Html Css Color HEX #2A49AC Cerulean Blue

📋 copy color: '#2A49AC'

red 42 ◦ green 73 ◦ blue 172

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

Shades of Cerulean Blue #2A49AC

Tints of Cerulean Blue #2A49AC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.44%

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

R = 14.63%
G = 25.44%
B = 59.93%

CMYK

 C value IS 0.76

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2A49AC (or 0x2A49AC) is known color: Cerulean Blue. HEX triplet: 2A, 49 and AC. RGB value is (42,73,172). Sum of RGB (Red+Green+Blue) = 42+73+172=287 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.63% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 172 (67.58% from 255 or 59.93% from 287); Max value from RGB is 172 - color contains mainly: blue. Hex color #2A49AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A49AC is #D5B653. Grayscale: #4A4A4A. Windows color (decimal): -14005844 or 11290922. OLE color: 11290922.

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

Color convert

RGB 42 73 172 -
CMYK 0.76 0.58 0 0.33
HSL 225.69º 0.61% 0.42% -
HSV(B) 225.69º 0.76% 0.67% -
XYZ 10.78 8.24 40.05 -
YUV 75.02 182.73 104.45 -
System Red Green Blue C M Y K H S L
Decimal 42 73 172 0.76 0.58 0 0.33 225.69 0.61 0.42
Hex 2A 49 AC 4C 3A 0 21 E2 3D 2A
Octal 52 111 254 114 72 0 41 342 75 52
Binary 101010 1001001 10101100 1001100 111010 0 100001 11100010 111101 101010

Color Harmonies of #2A49AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A49AC

Black with #2A49AC

Text Example


Text Example

White with #2A49AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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