#2D60B4

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

Shades of Cerulean Blue #2D60B4

Tints of Cerulean Blue #2D60B4

Color information

#2D60B4 (or 0x2D60B4) is unknown color: approx Cerulean Blue. HEX triplet: 2D, 60 and B4. RGB value is (45,96,180). Sum of RGB (Red+Green+Blue) = 45+96+180=321 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.02% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 180 (70.70% from 255 or 56.07% from 321); Max value from RGB is 180 - color contains mainly: blue. Hex color #2D60B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D60B4 is #D29F4B. Grayscale: #595959. Windows color (decimal): -13803340 or 11821101. OLE color: 11821101.

HSL color Cylindrical-coordinate representation of color #2D60B4: hue angle of 217.33º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2D60B4 is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4596180-
CMYK0.750.4700.29
HSL217.33º60%44.12%-
HSV(B)217.33º75%70.59%-
XYZ13.512.2244.83-
YUV90.33178.695.67-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.02%
GREEN value IS 96 (37.89% from 255) = 29.91%
BLUE value IS 180 (70.70% from 255) = 56.07%
R=14.02%
G=29.91%
B=56.07%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal45961800.750.4700.29217.336044.12
Hex2D60B44B2F01Dd93c2c
Octal55140264113570353317454
Binary101101110000010110100100101110111101110111011001111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D60B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,96,180); }

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

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

 a { background-color: rgb(45,96,180); }

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

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

 span { border-color: rgb(45,96,180); }

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