Html Css Color HEX #2A56AE Cerulean Blue

📋 copy color: '#2A56AE'

red 42 ◦ green 86 ◦ blue 174

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

Shades of Cerulean Blue #2A56AE

Tints of Cerulean Blue #2A56AE

RGB

 RED value IS 42 (16.8% from 255) = 13.91%

 GREEN value IS 86 (33.98% from 255) = 28.48%

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

R = 13.91%
G = 28.48%
B = 57.62%

CMYK

 C value IS 0.76

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2A56AE (or 0x2A56AE) is known color: Cerulean Blue. HEX triplet: 2A, 56 and AE. RGB value is (42,86,174). Sum of RGB (Red+Green+Blue) = 42+86+174=302 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.91% from 302); Green value is 86 (33.98% from 255 or 28.48% from 302); Blue value is 174 (68.36% from 255 or 57.62% from 302); Max value from RGB is 174 - color contains mainly: blue. Hex color #2A56AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A56AE is #D5A951. Grayscale: #525252. Windows color (decimal): -14002514 or 11425322. OLE color: 11425322.

HSL color Cylindrical-coordinate representation of color #2A56AE: hue angle of 220º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A56AE is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 42 86 174 -
CMYK 0.76 0.51 0 0.32
HSL 220º 0.61% 0.42% -
HSV(B) 220º 0.76% 0.68% -
XYZ 11.92 10.2 41.39 -
YUV 82.88 179.42 98.84 -
System Red Green Blue C M Y K H S L
Decimal 42 86 174 0.76 0.51 0 0.32 220 0.61 0.42
Hex 2A 56 AE 4C 33 0 20 DC 3D 2A
Octal 52 126 256 114 63 0 40 334 75 52
Binary 101010 1010110 10101110 1001100 110011 0 100000 11011100 111101 101010

Color Harmonies of #2A56AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A56AE

Black with #2A56AE

Text Example


Text Example

White with #2A56AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,86,174); }

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

background-color css

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

 a { background-color: rgb(42,86,174); }

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

border-color css

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

 span { border-color: rgb(42,86,174); }

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