#2C4BD6

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

Shades of Cerulean Blue #2C4BD6

Tints of Cerulean Blue #2C4BD6

Color information

#2C4BD6 (or 0x2C4BD6) is unknown color: approx Cerulean Blue. HEX triplet: 2C, 4B and D6. RGB value is (44,75,214). Sum of RGB (Red+Green+Blue) = 44+75+214=333 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.21% from 333); Green value is 75 (29.69% from 255 or 22.52% from 333); Blue value is 214 (83.98% from 255 or 64.26% from 333); Max value from RGB is 214 - color contains mainly: blue. Hex color #2C4BD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C4BD6 is #D3B429. Grayscale: #505050. Windows color (decimal): -13874218 or 14043948. OLE color: 14043948.

HSL color Cylindrical-coordinate representation of color #2C4BD6: hue angle of 229.06º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C4BD6 is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB4475214-
CMYK0.790.6500.16
HSL229.06º67.46%50.59%-
HSV(B)229.06º79.44%83.92%-
XYZ15.6910.4264.8-
YUV81.58202.73101.2-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.21%
GREEN value IS 75 (29.69% from 255) = 22.52%
BLUE value IS 214 (83.98% from 255) = 64.26%
R=13.21%
G=22.52%
B=64.26%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal44752140.790.6500.16229.0667.4650.59
Hex2C4BD64F41010e54333
Octal5411332611710102034510363
Binary10110010010111101011010011111000001010000111001011000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,75,214); }

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

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

 a { background-color: rgb(44,75,214); }

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

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

 span { border-color: rgb(44,75,214); }

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