Html Css Color HEX #2F4179 Resolution Blue

📋 copy color: '#2F4179'

red 47 ◦ green 65 ◦ blue 121

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

Shades of Resolution Blue #2F4179

Tints of Resolution Blue #2F4179

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.9%

 BLUE value IS 121 (47.66% from 255) = 51.93%

R = 20.17%
G = 27.9%
B = 51.93%

CMYK

 C value IS 0.61

 M value IS 0.46

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2F4179 (or 0x2F4179) is known color: Resolution Blue. HEX triplet: 2F, 41 and 79. RGB value is (47,65,121). Sum of RGB (Red+Green+Blue) = 47+65+121=233 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.17% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 121 (47.66% from 255 or 51.93% from 233); Max value from RGB is 121 - color contains mainly: blue. Hex color #2F4179 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4179 is #D0BE86. Grayscale: #414141. Windows color (decimal): -13680263 or 7946543. OLE color: 7946543.

HSL color Cylindrical-coordinate representation of color #2F4179: hue angle of 225.41º degrees, saturation: 0.44, 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 #2F4179 is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 47 65 121 -
CMYK 0.61 0.46 0 0.53
HSL 225.41º 0.44% 0.33% -
HSV(B) 225.41º 0.61% 0.47% -
XYZ 6.51 5.77 18.86 -
YUV 66 159.04 114.45 -
System Red Green Blue C M Y K H S L
Decimal 47 65 121 0.61 0.46 0 0.53 225.41 0.44 0.33
Hex 2F 41 79 3D 2E 0 35 E1 2C 21
Octal 57 101 171 75 56 0 65 341 54 41
Binary 101111 1000001 1111001 111101 101110 0 110101 11100001 101100 100001

Color Harmonies of #2F4179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4179

Black with #2F4179

Text Example


Text Example

White with #2F4179

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,65,121); }

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

background-color css

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

 a { background-color: rgb(47,65,121); }

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

border-color css

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

 span { border-color: rgb(47,65,121); }

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