#2C4AB3

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

Shades of Cerulean Blue #2C4AB3

Tints of Cerulean Blue #2C4AB3

Color information

#2C4AB3 (or 0x2C4AB3) is unknown color: approx Cerulean Blue. HEX triplet: 2C, 4A and B3. RGB value is (44,74,179). Sum of RGB (Red+Green+Blue) = 44+74+179=297 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.81% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 179 (70.31% from 255 or 60.27% from 297); Max value from RGB is 179 - color contains mainly: blue. Hex color #2C4AB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C4AB3 is #D3B54C. Grayscale: #4C4C4C. Windows color (decimal): -13874509 or 11749932. OLE color: 11749932.

HSL color Cylindrical-coordinate representation of color #2C4AB3: hue angle of 226.67º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2C4AB3 is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB4474179-
CMYK0.750.5900.30
HSL226.67º60.54%43.73%-
HSV(B)226.67º75.42%70.2%-
XYZ11.628.6943.71-
YUV77185.56104.46-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.81%
GREEN value IS 74 (29.30% from 255) = 24.92%
BLUE value IS 179 (70.31% from 255) = 60.27%
R=14.81%
G=24.92%
B=60.27%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal44741790.750.5900.30226.6760.5443.73
Hex2C4AB34B3B01Ee33d2c
Octal54112263113730363437554
Binary101100100101010110011100101111101101111011100011111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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