#2D66C6

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

Shades of Cerulean Blue #2D66C6

Tints of Cerulean Blue #2D66C6

Color information

#2D66C6 (or 0x2D66C6) is unknown color: approx Cerulean Blue. HEX triplet: 2D, 66 and C6. RGB value is (45,102,198). Sum of RGB (Red+Green+Blue) = 45+102+198=345 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.04% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 198 (77.73% from 255 or 57.39% from 345); Max value from RGB is 198 - color contains mainly: blue. Hex color #2D66C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D66C6 is #D29939. Grayscale: #5F5F5F. Windows color (decimal): -13801786 or 13002285. OLE color: 13002285.

HSL color Cylindrical-coordinate representation of color #2D66C6: hue angle of 217.65º 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 #2D66C6 is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB45102198-
CMYK0.770.4800.22
HSL217.65º62.96%47.65%-
HSV(B)217.65º77.27%77.65%-
XYZ16.0314.1455.31-
YUV95.9185.6291.69-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.04%
GREEN value IS 102 (40.23% from 255) = 29.57%
BLUE value IS 198 (77.73% from 255) = 57.39%
R=13.04%
G=29.57%
B=57.39%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal451021980.770.4800.22217.6562.9647.65
Hex2D66C64D30016da3f30
Octal55146306115600263327760
Binary101101110011011000110100110111000001011011011010111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D66C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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