#2D54CA

Color #2D54CA Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #2D54CA

Tints of Cerulean Blue #2D54CA

Color information

#2D54CA (or 0x2D54CA) is unknown color: approx Cerulean Blue. HEX triplet: 2D, 54 and CA. RGB value is (45,84,202). Sum of RGB (Red+Green+Blue) = 45+84+202=331 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.60% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 202 (79.30% from 255 or 61.03% from 331); Max value from RGB is 202 - color contains mainly: blue. Hex color #2D54CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D54CA is #D2AB35. Grayscale: #555555. Windows color (decimal): -13806390 or 13259821. OLE color: 13259821.

HSL color Cylindrical-coordinate representation of color #2D54CA: hue angle of 225.1º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D54CA is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4584202-
CMYK0.780.5800.21
HSL225.1º63.56%48.43%-
HSV(B)225.1º77.72%79.22%-
XYZ14.9111.1657.25-
YUV85.79193.5898.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 45 (17.97% from 255) = 13.60%
GREEN value IS 84 (33.20% from 255) = 25.38%
BLUE value IS 202 (79.30% from 255) = 61.03%
R=13.60%
G=25.38%
B=61.03%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal45842020.780.5800.21225.163.5648.43
Hex2D54CA4E3A015e14030
Octal551243121167202534110060
Binary1011011010100110010101001110111010010101111000011000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D54CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D54CA; }

 p { color: rgb(45,84,202); }

 H1.HeaderClassName
 {
   color: #2D54CA;
 }
 .AnyTagClassName
 {
   color: #2D54CA;
 }
</style>
background-color css

<style>
 a { background-color: #2D54CA; }

 a { background-color: rgb(45,84,202); }

 div.DivClassName
 {
   background-color: #2D54CA;
 }
 .BgClassName
 {
   background-color: #2D54CA;
 }
</style>
border-color css

<style>
 span { border-color: #2D54CA; }

 span { border-color: rgb(45,84,202); }

 td.TdClassName
 {
   border-color: #2D54CA;
 }
 .TagClassName
 {
   border-color: #2D54CA;
 }
</style>