Html Css Color HEX #2C58AE Cerulean Blue

📋 copy color: '#2C58AE'

red 44 ◦ green 88 ◦ blue 174

#2C58AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #2C58AE

Tints of Cerulean Blue #2C58AE

RGB

 RED value IS 44 (17.58% from 255) = 14.38%

 GREEN value IS 88 (34.77% from 255) = 28.76%

 BLUE value IS 174 (68.36% from 255) = 56.86%

R = 14.38%
G = 28.76%
B = 56.86%

CMYK

 C value IS 0.75

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2C58AE (or 0x2C58AE) is known color: Cerulean Blue. HEX triplet: 2C, 58 and AE. RGB value is (44,88,174). Sum of RGB (Red+Green+Blue) = 44+88+174=306 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.38% from 306); Green value is 88 (34.77% from 255 or 28.76% from 306); Blue value is 174 (68.36% from 255 or 56.86% from 306); Max value from RGB is 174 - color contains mainly: blue. Hex color #2C58AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C58AE is #D3A751. Grayscale: #545454. Windows color (decimal): -13870930 or 11425836. OLE color: 11425836.

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

Color convert

RGB 44 88 174 -
CMYK 0.75 0.49 0 0.32
HSL 219.69º 0.6% 0.43% -
HSV(B) 219.69º 0.75% 0.68% -
XYZ 12.17 10.57 41.44 -
YUV 84.65 178.42 99.01 -
System Red Green Blue C M Y K H S L
Decimal 44 88 174 0.75 0.49 0 0.32 219.69 0.6 0.43
Hex 2C 58 AE 4B 31 0 20 DC 3C 2B
Octal 54 130 256 113 61 0 40 334 74 53
Binary 101100 1011000 10101110 1001011 110001 0 100000 11011100 111100 101011

Color Harmonies of #2C58AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C58AE

Black with #2C58AE

Text Example


Text Example

White with #2C58AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2C58AE;
 }
 .AnyTagClassName
 {
   color: #2C58AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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