Html Css Color HEX #2F4377 Resolution Blue

📋 copy color: '#2F4377'

red 47 ◦ green 67 ◦ blue 119

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

Shades of Resolution Blue #2F4377

Tints of Resolution Blue #2F4377

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.76%

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

R = 20.17%
G = 28.76%
B = 51.07%

CMYK

 C value IS 0.61

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2F4377 (or 0x2F4377) is known color: Resolution Blue. HEX triplet: 2F, 43 and 77. RGB value is (47,67,119). Sum of RGB (Red+Green+Blue) = 47+67+119=233 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.17% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 119 (46.88% from 255 or 51.07% from 233); Max value from RGB is 119 - color contains mainly: blue. Hex color #2F4377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4377 is #D0BC88. Grayscale: #424242. Windows color (decimal): -13679753 or 7815983. OLE color: 7815983.

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

Color convert

RGB 47 67 119 -
CMYK 0.61 0.44 0 0.53
HSL 223.33º 0.43% 0.33% -
HSV(B) 223.33º 0.61% 0.47% -
XYZ 6.51 5.95 18.26 -
YUV 66.95 157.37 113.77 -
System Red Green Blue C M Y K H S L
Decimal 47 67 119 0.61 0.44 0 0.53 223.33 0.43 0.33
Hex 2F 43 77 3D 2C 0 35 DF 2B 21
Octal 57 103 167 75 54 0 65 337 53 41
Binary 101111 1000011 1110111 111101 101100 0 110101 11011111 101011 100001

Color Harmonies of #2F4377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4377

Black with #2F4377

Text Example


Text Example

White with #2F4377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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