#2C56C1

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

Shades of Cerulean Blue #2C56C1

Tints of Cerulean Blue #2C56C1

Color information

#2C56C1 (or 0x2C56C1) is unknown color: approx Cerulean Blue. HEX triplet: 2C, 56 and C1. RGB value is (44,86,193). Sum of RGB (Red+Green+Blue) = 44+86+193=323 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.62% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 193 (75.78% from 255 or 59.75% from 323); Max value from RGB is 193 - color contains mainly: blue. Hex color #2C56C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C56C1 is #D3A93E. Grayscale: #555555. Windows color (decimal): -13871423 or 12670508. OLE color: 12670508.

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

Color convert

RGB4486193-
CMYK0.770.5500.24
HSL223.09º62.87%46.47%-
HSV(B)223.09º77.2%75.69%-
XYZ13.9911.0451.85-
YUV85.64188.5998.3-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.62%
GREEN value IS 86 (33.98% from 255) = 26.63%
BLUE value IS 193 (75.78% from 255) = 59.75%
R=13.62%
G=26.63%
B=59.75%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal44861930.770.5500.24223.0962.8746.47
Hex2C56C14D37018df3f2e
Octal54126301115670303377756
Binary101100101011011000001100110111011101100011011111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C56C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,86,193); }

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

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

 a { background-color: rgb(44,86,193); }

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

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

 span { border-color: rgb(44,86,193); }

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