#2C46DD

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

Shades of Cerulean Blue #2C46DD

Tints of Cerulean Blue #2C46DD

Color information

#2C46DD (or 0x2C46DD) is unknown color: approx Cerulean Blue. HEX triplet: 2C, 46 and DD. RGB value is (44,70,221). Sum of RGB (Red+Green+Blue) = 44+70+221=335 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.13% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 221 (86.72% from 255 or 65.97% from 335); Max value from RGB is 221 - color contains mainly: blue. Hex color #2C46DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C46DD is #D3B922. Grayscale: #4E4E4E. Windows color (decimal): -13875491 or 14501420. OLE color: 14501420.

HSL color Cylindrical-coordinate representation of color #2C46DD: hue angle of 231.19º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C46DD is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB4470221-
CMYK0.800.6800.13
HSL231.19º72.24%51.96%-
HSV(B)231.19º80.09%86.67%-
XYZ16.2810.1469.51-
YUV79.44207.89102.72-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.13%
GREEN value IS 70 (27.73% from 255) = 20.90%
BLUE value IS 221 (86.72% from 255) = 65.97%
R=13.13%
G=20.90%
B=65.97%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal44702210.800.6800.13231.1972.2451.96
Hex2C46DD50440De74834
Octal5410633512010401534711064
Binary1011001000110110111011010000100010001101111001111001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C46DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,70,221); }

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

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

 a { background-color: rgb(44,70,221); }

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

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

 span { border-color: rgb(44,70,221); }

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