#2C4EBE

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

Shades of Cerulean Blue #2C4EBE

Tints of Cerulean Blue #2C4EBE

Color information

#2C4EBE (or 0x2C4EBE) is unknown color: approx Cerulean Blue. HEX triplet: 2C, 4E and BE. RGB value is (44,78,190). Sum of RGB (Red+Green+Blue) = 44+78+190=312 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.10% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 190 (74.61% from 255 or 60.90% from 312); Max value from RGB is 190 - color contains mainly: blue. Hex color #2C4EBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C4EBE is #D3B141. Grayscale: #505050. Windows color (decimal): -13873474 or 12471852. OLE color: 12471852.

HSL color Cylindrical-coordinate representation of color #2C4EBE: hue angle of 226.03º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C4EBE is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4478190-
CMYK0.770.5900.25
HSL226.03º62.39%45.88%-
HSV(B)226.03º76.84%74.51%-
XYZ13.069.749.9-
YUV80.6189.74101.89-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.10%
GREEN value IS 78 (30.86% from 255) = 25%
BLUE value IS 190 (74.61% from 255) = 60.90%
R=14.10%
G=25%
B=60.90%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal44781900.770.5900.25226.0362.3945.88
Hex2C4EBE4D3B019e23e2e
Octal54116276115730313427656
Binary101100100111010111110100110111101101100111100010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,78,190); }

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

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

 a { background-color: rgb(44,78,190); }

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

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

 span { border-color: rgb(44,78,190); }

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