#2C59BC

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

Shades of Cerulean Blue #2C59BC

Tints of Cerulean Blue #2C59BC

Color information

#2C59BC (or 0x2C59BC) is unknown color: approx Cerulean Blue. HEX triplet: 2C, 59 and BC. RGB value is (44,89,188). Sum of RGB (Red+Green+Blue) = 44+89+188=321 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.71% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 188 (73.83% from 255 or 58.57% from 321); Max value from RGB is 188 - color contains mainly: blue. Hex color #2C59BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C59BC is #D3A643. Grayscale: #565656. Windows color (decimal): -13870660 or 12343596. OLE color: 12343596.

HSL color Cylindrical-coordinate representation of color #2C59BC: hue angle of 221.25º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C59BC is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4489188-
CMYK0.770.5300.26
HSL221.25º62.07%45.49%-
HSV(B)221.25º76.6%73.73%-
XYZ13.6911.3149.04-
YUV86.83185.0997.45-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.71%
GREEN value IS 89 (35.16% from 255) = 27.73%
BLUE value IS 188 (73.83% from 255) = 58.57%
R=13.71%
G=27.73%
B=58.57%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal44891880.770.5300.26221.2562.0745.49
Hex2C59BC4D3501Add3e2d
Octal54131274115650323357655
Binary101100101100110111100100110111010101101011011101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C59BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,89,188); }

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

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

 a { background-color: rgb(44,89,188); }

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

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

 span { border-color: rgb(44,89,188); }

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