Html Css Color HEX #31447F Resolution Blue

📋 copy color: '#31447F'

red 49 ◦ green 68 ◦ blue 127

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

Shades of Resolution Blue #31447F

Tints of Resolution Blue #31447F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.87%

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

R = 20.08%
G = 27.87%
B = 52.05%

CMYK

 C value IS 0.61

 M value IS 0.46

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#31447F (or 0x31447F) is known color: Resolution Blue. HEX triplet: 31, 44 and 7F. RGB value is (49,68,127). Sum of RGB (Red+Green+Blue) = 49+68+127=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 127 (50% from 255 or 52.05% from 244); Max value from RGB is 127 - color contains mainly: blue. Hex color #31447F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31447F is #CEBB80. Grayscale: #444444. Windows color (decimal): -13548417 or 8340529. OLE color: 8340529.

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

Color convert

RGB 49 68 127 -
CMYK 0.61 0.46 0 0.50
HSL 225.38º 0.44% 0.35% -
HSV(B) 225.38º 0.61% 0.5% -
XYZ 7.16 6.32 20.92 -
YUV 69.05 160.71 113.7 -
System Red Green Blue C M Y K H S L
Decimal 49 68 127 0.61 0.46 0 0.50 225.38 0.44 0.35
Hex 31 44 7F 3D 2E 0 32 E1 2C 23
Octal 61 104 177 75 56 0 62 341 54 43
Binary 110001 1000100 1111111 111101 101110 0 110010 11100001 101100 100011

Color Harmonies of #31447F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31447F

Black with #31447F

Text Example


Text Example

White with #31447F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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