#2D5BC6

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

Shades of Cerulean Blue #2D5BC6

Tints of Cerulean Blue #2D5BC6

Color information

#2D5BC6 (or 0x2D5BC6) is unknown color: approx Cerulean Blue. HEX triplet: 2D, 5B and C6. RGB value is (45,91,198). Sum of RGB (Red+Green+Blue) = 45+91+198=334 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.47% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 198 (77.73% from 255 or 59.28% from 334); Max value from RGB is 198 - color contains mainly: blue. Hex color #2D5BC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D5BC6 is #D2A439. Grayscale: #585858. Windows color (decimal): -13804602 or 12999469. OLE color: 12999469.

HSL color Cylindrical-coordinate representation of color #2D5BC6: hue angle of 221.96º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2D5BC6 is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB4591198-
CMYK0.770.5400.22
HSL221.96º62.96%47.65%-
HSV(B)221.96º77.27%77.65%-
XYZ15.0212.1254.97-
YUV89.44189.2696.3-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.47%
GREEN value IS 91 (35.94% from 255) = 27.25%
BLUE value IS 198 (77.73% from 255) = 59.28%
R=13.47%
G=27.25%
B=59.28%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal45911980.770.5400.22221.9662.9647.65
Hex2D5BC64D36016de3f30
Octal55133306115660263367760
Binary101101101101111000110100110111011001011011011110111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,91,198); }

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

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

 a { background-color: rgb(45,91,198); }

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

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

 span { border-color: rgb(45,91,198); }

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