#2C58AF

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

Shades of Cerulean Blue #2C58AF

Tints of Cerulean Blue #2C58AF

Color information

#2C58AF (or 0x2C58AF) is unknown color: approx Cerulean Blue. HEX triplet: 2C, 58 and AF. RGB value is (44,88,175). Sum of RGB (Red+Green+Blue) = 44+88+175=307 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.33% from 307); Green value is 88 (34.77% from 255 or 28.66% from 307); Blue value is 175 (68.75% from 255 or 57.00% from 307); Max value from RGB is 175 - color contains mainly: blue. Hex color #2C58AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C58AF is #D3A750. Grayscale: #545454. Windows color (decimal): -13870929 or 11491372. OLE color: 11491372.

HSL color Cylindrical-coordinate representation of color #2C58AF: hue angle of 219.85º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2C58AF is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4488175-
CMYK0.750.5000.31
HSL219.85º59.82%42.94%-
HSV(B)219.85º74.86%68.63%-
XYZ12.2710.6141.96-
YUV84.76178.9298.93-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.33%
GREEN value IS 88 (34.77% from 255) = 28.66%
BLUE value IS 175 (68.75% from 255) = 57.00%
R=14.33%
G=28.66%
B=57.00%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal44881750.750.5000.31219.8559.8242.94
Hex2C58AF4B3201Fdc3c2b
Octal54130257113620373347453
Binary101100101100010101111100101111001001111111011100111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C58AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,88,175); }

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

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

 a { background-color: rgb(44,88,175); }

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

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

 span { border-color: rgb(44,88,175); }

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