Html Css Color HEX #2A52AC Cerulean Blue

📋 copy color: '#2A52AC'

red 42 ◦ green 82 ◦ blue 172

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

Shades of Cerulean Blue #2A52AC

Tints of Cerulean Blue #2A52AC

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.7%

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

R = 14.19%
G = 27.7%
B = 58.11%

CMYK

 C value IS 0.76

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2A52AC (or 0x2A52AC) is known color: Cerulean Blue. HEX triplet: 2A, 52 and AC. RGB value is (42,82,172). Sum of RGB (Red+Green+Blue) = 42+82+172=296 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.19% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 172 (67.58% from 255 or 58.11% from 296); Max value from RGB is 172 - color contains mainly: blue. Hex color #2A52AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A52AC is #D5AD53. Grayscale: #4F4F4F. Windows color (decimal): -14003540 or 11293226. OLE color: 11293226.

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

Color convert

RGB 42 82 172 -
CMYK 0.76 0.52 0 0.33
HSL 221.54º 0.61% 0.42% -
HSV(B) 221.54º 0.76% 0.67% -
XYZ 11.42 9.51 40.26 -
YUV 80.3 179.75 100.68 -
System Red Green Blue C M Y K H S L
Decimal 42 82 172 0.76 0.52 0 0.33 221.54 0.61 0.42
Hex 2A 52 AC 4C 34 0 21 DE 3D 2A
Octal 52 122 254 114 64 0 41 336 75 52
Binary 101010 1010010 10101100 1001100 110100 0 100001 11011110 111101 101010

Color Harmonies of #2A52AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A52AC

Black with #2A52AC

Text Example


Text Example

White with #2A52AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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