#2C44C2

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

Shades of Cerulean Blue #2C44C2

Tints of Cerulean Blue #2C44C2

Color information

#2C44C2 (or 0x2C44C2) is unknown color: approx Cerulean Blue. HEX triplet: 2C, 44 and C2. RGB value is (44,68,194). Sum of RGB (Red+Green+Blue) = 44+68+194=306 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.38% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 194 (76.17% from 255 or 63.40% from 306); Max value from RGB is 194 - color contains mainly: blue. Hex color #2C44C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C44C2 is #D3BB3D. Grayscale: #4A4A4A. Windows color (decimal): -13876030 or 12731436. OLE color: 12731436.

HSL color Cylindrical-coordinate representation of color #2C44C2: hue angle of 230.4º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C44C2 is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB4468194-
CMYK0.770.6500.24
HSL230.4º63.03%46.67%-
HSV(B)230.4º77.32%76.08%-
XYZ12.848.5652.02-
YUV75.19195.05105.75-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.38%
GREEN value IS 68 (26.95% from 255) = 22.22%
BLUE value IS 194 (76.17% from 255) = 63.40%
R=14.38%
G=22.22%
B=63.40%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal44681940.770.6500.24230.463.0346.67
Hex2C44C24D41018e63f2f
Octal541043021151010303467757
Binary1011001000100110000101001101100000101100011100110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C44C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,68,194); }

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

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

 a { background-color: rgb(44,68,194); }

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

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

 span { border-color: rgb(44,68,194); }

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