Html Css Color HEX #2A47AB Cerulean Blue

📋 copy color: '#2A47AB'

red 42 ◦ green 71 ◦ blue 171

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

Shades of Cerulean Blue #2A47AB

Tints of Cerulean Blue #2A47AB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25%

 BLUE value IS 171 (67.19% from 255) = 60.21%

R = 14.79%
G = 25%
B = 60.21%

CMYK

 C value IS 0.75

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2A47AB (or 0x2A47AB) is known color: Cerulean Blue. HEX triplet: 2A, 47 and AB. RGB value is (42,71,171). Sum of RGB (Red+Green+Blue) = 42+71+171=284 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.79% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A47AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A47AB is #D5B854. Grayscale: #494949. Windows color (decimal): -14006357 or 11224874. OLE color: 11224874.

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

Color convert

RGB 42 71 171 -
CMYK 0.75 0.58 0 0.33
HSL 226.51º 0.61% 0.42% -
HSV(B) 226.51º 0.75% 0.67% -
XYZ 10.56 7.94 39.5 -
YUV 73.73 182.89 105.37 -
System Red Green Blue C M Y K H S L
Decimal 42 71 171 0.75 0.58 0 0.33 226.51 0.61 0.42
Hex 2A 47 AB 4B 3A 0 21 E3 3D 2A
Octal 52 107 253 113 72 0 41 343 75 52
Binary 101010 1000111 10101011 1001011 111010 0 100001 11100011 111101 101010

Color Harmonies of #2A47AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A47AB

Black with #2A47AB

Text Example


Text Example

White with #2A47AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,71,171); }

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

background-color css

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

 a { background-color: rgb(42,71,171); }

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

border-color css

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

 span { border-color: rgb(42,71,171); }

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