#2C49BF

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

Shades of Cerulean Blue #2C49BF

Tints of Cerulean Blue #2C49BF

Color information

#2C49BF (or 0x2C49BF) is unknown color: approx Cerulean Blue. HEX triplet: 2C, 49 and BF. RGB value is (44,73,191). Sum of RGB (Red+Green+Blue) = 44+73+191=308 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.29% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 191 (75% from 255 or 62.01% from 308); Max value from RGB is 191 - color contains mainly: blue. Hex color #2C49BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C49BF is #D3B640. Grayscale: #4D4D4D. Windows color (decimal): -13874753 or 12536108. OLE color: 12536108.

HSL color Cylindrical-coordinate representation of color #2C49BF: hue angle of 228.16º degrees, saturation: 0.63, 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 #2C49BF is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4473191-
CMYK0.770.6200.25
HSL228.16º62.55%46.08%-
HSV(B)228.16º76.96%74.9%-
XYZ12.839.0650.36-
YUV77.78191.89103.91-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.29%
GREEN value IS 73 (28.91% from 255) = 23.70%
BLUE value IS 191 (75% from 255) = 62.01%
R=14.29%
G=23.70%
B=62.01%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal44731910.770.6200.25228.1662.5546.08
Hex2C49BF4D3E019e43f2e
Octal54111277115760313447756
Binary101100100100110111111100110111111001100111100100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C49BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,73,191); }

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

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

 a { background-color: rgb(44,73,191); }

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

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

 span { border-color: rgb(44,73,191); }

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