Html Css Color HEX #31427F Resolution Blue

📋 copy color: '#31427F'

red 49 ◦ green 66 ◦ blue 127

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

Shades of Resolution Blue #31427F

Tints of Resolution Blue #31427F

RGB

 RED value IS 49 (19.53% from 255) = 20.25%

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

 BLUE value IS 127 (50% from 255) = 52.48%

R = 20.25%
G = 27.27%
B = 52.48%

CMYK

 C value IS 0.61

 M value IS 0.48

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#31427F (or 0x31427F) is known color: Resolution Blue. HEX triplet: 31, 42 and 7F. RGB value is (49,66,127). Sum of RGB (Red+Green+Blue) = 49+66+127=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 127 (50% from 255 or 52.48% from 242); Max value from RGB is 127 - color contains mainly: blue. Hex color #31427F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31427F is #CEBD80. Grayscale: #434343. Windows color (decimal): -13548929 or 8340017. OLE color: 8340017.

HSL color Cylindrical-coordinate representation of color #31427F: hue angle of 226.92º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31427F is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 49 66 127 -
CMYK 0.61 0.48 0 0.50
HSL 226.92º 0.44% 0.35% -
HSV(B) 226.92º 0.61% 0.5% -
XYZ 7.05 6.08 20.88 -
YUV 67.87 161.37 114.54 -
System Red Green Blue C M Y K H S L
Decimal 49 66 127 0.61 0.48 0 0.50 226.92 0.44 0.35
Hex 31 42 7F 3D 30 0 32 E3 2C 23
Octal 61 102 177 75 60 0 62 343 54 43
Binary 110001 1000010 1111111 111101 110000 0 110010 11100011 101100 100011

Color Harmonies of #31427F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31427F

Black with #31427F

Text Example


Text Example

White with #31427F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31427F; }

 p { color: rgb(49,66,127); }

 H1.HeaderClassName
 {
   color: #31427F;
 }
 .AnyTagClassName
 {
   color: #31427F;
 }
</style>

background-color css

<style>
 a { background-color: #31427F; }

 a { background-color: rgb(49,66,127); }

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

border-color css

<style>
 span { border-color: #31427F; }

 span { border-color: rgb(49,66,127); }

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