Html Css Color HEX #2A51AC Cerulean Blue

📋 copy color: '#2A51AC'

red 42 ◦ green 81 ◦ blue 172

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

Shades of Cerulean Blue #2A51AC

Tints of Cerulean Blue #2A51AC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.46%

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

R = 14.24%
G = 27.46%
B = 58.31%

CMYK

 C value IS 0.76

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2A51AC (or 0x2A51AC) is known color: Cerulean Blue. HEX triplet: 2A, 51 and AC. RGB value is (42,81,172). Sum of RGB (Red+Green+Blue) = 42+81+172=295 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.24% from 295); Green value is 81 (32.03% from 255 or 27.46% from 295); Blue value is 172 (67.58% from 255 or 58.31% from 295); Max value from RGB is 172 - color contains mainly: blue. Hex color #2A51AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A51AC is #D5AE53. Grayscale: #4F4F4F. Windows color (decimal): -14003796 or 11292970. OLE color: 11292970.

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

Color convert

RGB 42 81 172 -
CMYK 0.76 0.53 0 0.33
HSL 222º 0.61% 0.42% -
HSV(B) 222º 0.76% 0.67% -
XYZ 11.34 9.36 40.24 -
YUV 79.71 180.08 101.1 -
System Red Green Blue C M Y K H S L
Decimal 42 81 172 0.76 0.53 0 0.33 222 0.61 0.42
Hex 2A 51 AC 4C 35 0 21 DE 3D 2A
Octal 52 121 254 114 65 0 41 336 75 52
Binary 101010 1010001 10101100 1001100 110101 0 100001 11011110 111101 101010

Color Harmonies of #2A51AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A51AC

Black with #2A51AC

Text Example


Text Example

White with #2A51AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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