Html Css Color HEX #2F4677 Resolution Blue

📋 copy color: '#2F4677'

red 47 ◦ green 70 ◦ blue 119

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

Shades of Resolution Blue #2F4677

Tints of Resolution Blue #2F4677

RGB

 RED value IS 47 (18.75% from 255) = 19.92%

 GREEN value IS 70 (27.73% from 255) = 29.66%

 BLUE value IS 119 (46.88% from 255) = 50.42%

R = 19.92%
G = 29.66%
B = 50.42%

CMYK

 C value IS 0.61

 M value IS 0.41

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2F4677 (or 0x2F4677) is known color: Resolution Blue. HEX triplet: 2F, 46 and 77. RGB value is (47,70,119). Sum of RGB (Red+Green+Blue) = 47+70+119=236 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.92% from 236); Green value is 70 (27.73% from 255 or 29.66% from 236); Blue value is 119 (46.88% from 255 or 50.42% from 236); Max value from RGB is 119 - color contains mainly: blue. Hex color #2F4677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4677 is #D0B988. Grayscale: #444444. Windows color (decimal): -13678985 or 7816751. OLE color: 7816751.

HSL color Cylindrical-coordinate representation of color #2F4677: hue angle of 220.83º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F4677 is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 47 70 119 -
CMYK 0.61 0.41 0 0.53
HSL 220.83º 0.43% 0.33% -
HSV(B) 220.83º 0.61% 0.47% -
XYZ 6.69 6.32 18.32 -
YUV 68.71 156.38 112.52 -
System Red Green Blue C M Y K H S L
Decimal 47 70 119 0.61 0.41 0 0.53 220.83 0.43 0.33
Hex 2F 46 77 3D 29 0 35 DD 2B 21
Octal 57 106 167 75 51 0 65 335 53 41
Binary 101111 1000110 1110111 111101 101001 0 110101 11011101 101011 100001

Color Harmonies of #2F4677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4677

Black with #2F4677

Text Example


Text Example

White with #2F4677

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,70,119); }

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

background-color css

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

 a { background-color: rgb(47,70,119); }

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

border-color css

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

 span { border-color: rgb(47,70,119); }

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