Html Css Color HEX #31437F Resolution Blue

📋 copy color: '#31437F'

red 49 ◦ green 67 ◦ blue 127

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

Shades of Resolution Blue #31437F

Tints of Resolution Blue #31437F

RGB

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

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

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

R = 20.16%
G = 27.57%
B = 52.26%

CMYK

 C value IS 0.61

 M value IS 0.47

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#31437F (or 0x31437F) is known color: Resolution Blue. HEX triplet: 31, 43 and 7F. RGB value is (49,67,127). Sum of RGB (Red+Green+Blue) = 49+67+127=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 67 (26.56% from 255 or 27.57% from 243); Blue value is 127 (50% from 255 or 52.26% from 243); Max value from RGB is 127 - color contains mainly: blue. Hex color #31437F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31437F is #CEBC80. Grayscale: #444444. Windows color (decimal): -13548673 or 8340273. OLE color: 8340273.

HSL color Cylindrical-coordinate representation of color #31437F: hue angle of 226.15º 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 #31437F is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 49 67 127 -
CMYK 0.61 0.47 0 0.50
HSL 226.15º 0.44% 0.35% -
HSV(B) 226.15º 0.61% 0.5% -
XYZ 7.1 6.2 20.9 -
YUV 68.46 161.04 114.12 -
System Red Green Blue C M Y K H S L
Decimal 49 67 127 0.61 0.47 0 0.50 226.15 0.44 0.35
Hex 31 43 7F 3D 2F 0 32 E2 2C 23
Octal 61 103 177 75 57 0 62 342 54 43
Binary 110001 1000011 1111111 111101 101111 0 110010 11100010 101100 100011

Color Harmonies of #31437F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31437F

Black with #31437F

Text Example


Text Example

White with #31437F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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