Html Css Color HEX #2A4DAC Cerulean Blue

📋 copy color: '#2A4DAC'

red 42 ◦ green 77 ◦ blue 172

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

Shades of Cerulean Blue #2A4DAC

Tints of Cerulean Blue #2A4DAC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.46%

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

R = 14.43%
G = 26.46%
B = 59.11%

CMYK

 C value IS 0.76

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2A4DAC (or 0x2A4DAC) is known color: Cerulean Blue. HEX triplet: 2A, 4D and AC. RGB value is (42,77,172). Sum of RGB (Red+Green+Blue) = 42+77+172=291 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.43% from 291); Green value is 77 (30.47% from 255 or 26.46% from 291); Blue value is 172 (67.58% from 255 or 59.11% from 291); Max value from RGB is 172 - color contains mainly: blue. Hex color #2A4DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A4DAC is #D5B253. Grayscale: #4C4C4C. Windows color (decimal): -14004820 or 11291946. OLE color: 11291946.

HSL color Cylindrical-coordinate representation of color #2A4DAC: hue angle of 223.85º 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 #2A4DAC is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 42 77 172 -
CMYK 0.76 0.55 0 0.33
HSL 223.85º 0.61% 0.42% -
HSV(B) 223.85º 0.76% 0.67% -
XYZ 11.06 8.78 40.14 -
YUV 77.37 181.4 102.78 -
System Red Green Blue C M Y K H S L
Decimal 42 77 172 0.76 0.55 0 0.33 223.85 0.61 0.42
Hex 2A 4D AC 4C 37 0 21 E0 3D 2A
Octal 52 115 254 114 67 0 41 340 75 52
Binary 101010 1001101 10101100 1001100 110111 0 100001 11100000 111101 101010

Color Harmonies of #2A4DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4DAC

Black with #2A4DAC

Text Example


Text Example

White with #2A4DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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