Html Css Color HEX #2F427A Resolution Blue

📋 copy color: '#2F427A'

red 47 ◦ green 66 ◦ blue 122

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

Shades of Resolution Blue #2F427A

Tints of Resolution Blue #2F427A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.09%

 BLUE value IS 122 (48.05% from 255) = 51.91%

R = 20%
G = 28.09%
B = 51.91%

CMYK

 C value IS 0.61

 M value IS 0.46

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#2F427A (or 0x2F427A) is known color: Resolution Blue. HEX triplet: 2F, 42 and 7A. RGB value is (47,66,122). Sum of RGB (Red+Green+Blue) = 47+66+122=235 (31% of max value = 765). Red value is 47 (18.75% from 255 or 20% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 122 (48.05% from 255 or 51.91% from 235); Max value from RGB is 122 - color contains mainly: blue. Hex color #2F427A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F427A is #D0BD85. Grayscale: #424242. Windows color (decimal): -13680006 or 8012335. OLE color: 8012335.

HSL color Cylindrical-coordinate representation of color #2F427A: hue angle of 224.8º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F427A is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 47 66 122 -
CMYK 0.61 0.46 0 0.52
HSL 224.8º 0.44% 0.33% -
HSV(B) 224.8º 0.61% 0.48% -
XYZ 6.63 5.91 19.2 -
YUV 66.7 159.21 113.95 -
System Red Green Blue C M Y K H S L
Decimal 47 66 122 0.61 0.46 0 0.52 224.8 0.44 0.33
Hex 2F 42 7A 3D 2E 0 34 E1 2C 21
Octal 57 102 172 75 56 0 64 341 54 41
Binary 101111 1000010 1111010 111101 101110 0 110100 11100001 101100 100001

Color Harmonies of #2F427A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F427A

Black with #2F427A

Text Example


Text Example

White with #2F427A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,66,122); }

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

background-color css

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

 a { background-color: rgb(47,66,122); }

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

border-color css

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

 span { border-color: rgb(47,66,122); }

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