#2c4ad0

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

Shades of Cerulean Blue #2C4AD0

Tints of Cerulean Blue #2C4AD0

Color information

#2C4AD0 (or 0x2C4AD0) is unknown color: approx Cerulean Blue. HEX triplet: 2C, 4A and D0. RGB value is (44,74,208). Sum of RGB (Red+Green+Blue) = 44+74+208=326 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.50% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 208 (81.64% from 255 or 63.80% from 326); Max value from RGB is 208 - color contains mainly: blue. Hex color #2C4AD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C4AD0 is #D3B52F. Grayscale: #4F4F4F. Windows color (decimal): -13874480 or 13650476. OLE color: 13650476.

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

Color convert

RGB4474208-
CMYK0.790.6400.18
HSL229.02º65.08%49.41%-
HSV(B)229.02º78.85%81.57%-
XYZ14.879.9960.82-
YUV80.31200.06102.1-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.50%
GREEN value IS 74 (29.30% from 255) = 22.70%
BLUE value IS 208 (81.64% from 255) = 63.80%
R=13.50%
G=22.70%
B=63.80%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal44742080.790.6400.18229.0265.0849.41
Hex2C4AD04F40012e54131
Octal5411232011710002234510161
Binary10110010010101101000010011111000000010010111001011000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2c4ad0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,74,208); }

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

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

 a { background-color: rgb(44,74,208); }

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

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

 span { border-color: rgb(44,74,208); }

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