#2D66C4

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

Shades of Cerulean Blue #2D66C4

Tints of Cerulean Blue #2D66C4

Color information

#2D66C4 (or 0x2D66C4) is unknown color: approx Cerulean Blue. HEX triplet: 2D, 66 and C4. RGB value is (45,102,196). Sum of RGB (Red+Green+Blue) = 45+102+196=343 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.12% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 196 (76.95% from 255 or 57.14% from 343); Max value from RGB is 196 - color contains mainly: blue. Hex color #2D66C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D66C4 is #D2993B. Grayscale: #5F5F5F. Windows color (decimal): -13801788 or 12871213. OLE color: 12871213.

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

Color convert

RGB45102196-
CMYK0.770.4800.23
HSL217.35º62.66%47.25%-
HSV(B)217.35º77.04%76.86%-
XYZ15.814.0554.1-
YUV95.67184.6291.86-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.12%
GREEN value IS 102 (40.23% from 255) = 29.74%
BLUE value IS 196 (76.95% from 255) = 57.14%
R=13.12%
G=29.74%
B=57.14%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal451021960.770.4800.23217.3562.6647.25
Hex2D66C44D30017d93f2f
Octal55146304115600273317757
Binary101101110011011000100100110111000001011111011001111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D66C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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