#2C66CD

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

Shades of Cerulean Blue #2C66CD

Tints of Cerulean Blue #2C66CD

Color information

#2C66CD (or 0x2C66CD) is unknown color: approx Cerulean Blue. HEX triplet: 2C, 66 and CD. RGB value is (44,102,205). Sum of RGB (Red+Green+Blue) = 44+102+205=351 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.54% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 205 (80.47% from 255 or 58.40% from 351); Max value from RGB is 205 - color contains mainly: blue. Hex color #2C66CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C66CD is #D39932. Grayscale: #5F5F5F. Windows color (decimal): -13867315 or 13461036. OLE color: 13461036.

HSL color Cylindrical-coordinate representation of color #2C66CD: hue angle of 218.39º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C66CD is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB44102205-
CMYK0.790.5000.20
HSL218.39º64.66%48.82%-
HSV(B)218.39º78.54%80.39%-
XYZ16.8114.4559.66-
YUV96.4189.2890.62-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.54%
GREEN value IS 102 (40.23% from 255) = 29.06%
BLUE value IS 205 (80.47% from 255) = 58.40%
R=12.54%
G=29.06%
B=58.40%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal441022050.790.5000.20218.3964.6648.82
Hex2C66CD4F32014da4131
Octal541463151176202433210161
Binary1011001100110110011011001111110010010100110110101000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C66CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,102,205); }

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

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

 a { background-color: rgb(44,102,205); }

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

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

 span { border-color: rgb(44,102,205); }

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