Html Css Color HEX #2A55AC Cerulean Blue

📋 copy color: '#2A55AC'

red 42 ◦ green 85 ◦ blue 172

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

Shades of Cerulean Blue #2A55AC

Tints of Cerulean Blue #2A55AC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.43%

 BLUE value IS 172 (67.58% from 255) = 57.53%

R = 14.05%
G = 28.43%
B = 57.53%

CMYK

 C value IS 0.76

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2A55AC (or 0x2A55AC) is known color: Cerulean Blue. HEX triplet: 2A, 55 and AC. RGB value is (42,85,172). Sum of RGB (Red+Green+Blue) = 42+85+172=299 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.05% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 172 (67.58% from 255 or 57.53% from 299); Max value from RGB is 172 - color contains mainly: blue. Hex color #2A55AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A55AC is #D5AA53. Grayscale: #515151. Windows color (decimal): -14002772 or 11293994. OLE color: 11293994.

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

Color convert

RGB 42 85 172 -
CMYK 0.76 0.51 0 0.33
HSL 220.15º 0.61% 0.42% -
HSV(B) 220.15º 0.76% 0.67% -
XYZ 11.65 9.97 40.34 -
YUV 82.06 178.75 99.43 -
System Red Green Blue C M Y K H S L
Decimal 42 85 172 0.76 0.51 0 0.33 220.15 0.61 0.42
Hex 2A 55 AC 4C 33 0 21 DC 3D 2A
Octal 52 125 254 114 63 0 41 334 75 52
Binary 101010 1010101 10101100 1001100 110011 0 100001 11011100 111101 101010

Color Harmonies of #2A55AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A55AC

Black with #2A55AC

Text Example


Text Example

White with #2A55AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,85,172); }

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

background-color css

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

 a { background-color: rgb(42,85,172); }

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

border-color css

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

 span { border-color: rgb(42,85,172); }

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