#2d46dc

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

Shades of Cerulean Blue #2D46DC

Tints of Cerulean Blue #2D46DC

Color information

#2D46DC (or 0x2D46DC) is unknown color: approx Cerulean Blue. HEX triplet: 2D, 46 and DC. RGB value is (45,70,220). Sum of RGB (Red+Green+Blue) = 45+70+220=335 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.43% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 220 (86.33% from 255 or 65.67% from 335); Max value from RGB is 220 - color contains mainly: blue. Hex color #2D46DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D46DC is #D2B923. Grayscale: #4F4F4F. Windows color (decimal): -13809956 or 14435885. OLE color: 14435885.

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

Color convert

RGB4570220-
CMYK0.800.6800.14
HSL231.43º71.43%51.96%-
HSV(B)231.43º79.55%86.27%-
XYZ16.1910.1168.81-
YUV79.62207.22103.3-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.43%
GREEN value IS 70 (27.73% from 255) = 20.90%
BLUE value IS 220 (86.33% from 255) = 65.67%
R=13.43%
G=20.90%
B=65.67%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal45702200.800.6800.14231.4371.4351.96
Hex2D46DC50440Ee74734
Octal5510633412010401634710764
Binary1011011000110110111001010000100010001110111001111000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d46dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,70,220); }

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

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

 a { background-color: rgb(45,70,220); }

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

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

 span { border-color: rgb(45,70,220); }

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