Html Css Color HEX #2A4772 Resolution Blue

📋 copy color: '#2A4772'

red 42 ◦ green 71 ◦ blue 114

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

Shades of Resolution Blue #2A4772

Tints of Resolution Blue #2A4772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 50.22%

R = 18.5%
G = 31.28%
B = 50.22%

CMYK

 C value IS 0.63

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2A4772 (or 0x2A4772) is known color: Resolution Blue. HEX triplet: 2A, 47 and 72. RGB value is (42,71,114). Sum of RGB (Red+Green+Blue) = 42+71+114=227 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.50% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 114 (44.92% from 255 or 50.22% from 227); Max value from RGB is 114 - color contains mainly: blue. Hex color #2A4772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4772 is #D5B88D. Grayscale: #434343. Windows color (decimal): -14006414 or 7489322. OLE color: 7489322.

HSL color Cylindrical-coordinate representation of color #2A4772: hue angle of 215.83º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2A4772 is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 42 71 114 -
CMYK 0.63 0.38 0 0.55
HSL 215.83º 0.46% 0.31% -
HSV(B) 215.83º 0.63% 0.45% -
XYZ 6.25 6.21 16.79 -
YUV 67.23 154.39 110 -
System Red Green Blue C M Y K H S L
Decimal 42 71 114 0.63 0.38 0 0.55 215.83 0.46 0.31
Hex 2A 47 72 3F 26 0 37 D8 2E 1F
Octal 52 107 162 77 46 0 67 330 56 37
Binary 101010 1000111 1110010 111111 100110 0 110111 11011000 101110 11111

Color Harmonies of #2A4772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4772

Black with #2A4772

Text Example


Text Example

White with #2A4772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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