Html Css Color HEX #313F75 Resolution Blue

📋 copy color: '#313F75'

red 49 ◦ green 63 ◦ blue 117

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

Shades of Resolution Blue #313F75

Tints of Resolution Blue #313F75

RGB

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

 GREEN value IS 63 (25% from 255) = 27.51%

 BLUE value IS 117 (46.09% from 255) = 51.09%

R = 21.4%
G = 27.51%
B = 51.09%

CMYK

 C value IS 0.58

 M value IS 0.46

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#313F75 (or 0x313F75) is known color: Resolution Blue. HEX triplet: 31, 3F and 75. RGB value is (49,63,117). Sum of RGB (Red+Green+Blue) = 49+63+117=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 63 (25% from 255 or 27.51% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #313F75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313F75 is #CEC08A. Grayscale: #404040. Windows color (decimal): -13549707 or 7683889. OLE color: 7683889.

HSL color Cylindrical-coordinate representation of color #313F75: hue angle of 227.65º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #313F75 is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 63 117 -
CMYK 0.58 0.46 0 0.54
HSL 227.65º 0.41% 0.33% -
HSV(B) 227.65º 0.58% 0.46% -
XYZ 6.26 5.49 17.56 -
YUV 64.97 157.36 116.61 -
System Red Green Blue C M Y K H S L
Decimal 49 63 117 0.58 0.46 0 0.54 227.65 0.41 0.33
Hex 31 3F 75 3A 2E 0 36 E4 29 21
Octal 61 77 165 72 56 0 66 344 51 41
Binary 110001 111111 1110101 111010 101110 0 110110 11100100 101001 100001

Color Harmonies of #313F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313F75

Black with #313F75

Text Example


Text Example

White with #313F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313F75; }

 p { color: rgb(49,63,117); }

 H1.HeaderClassName
 {
   color: #313F75;
 }
 .AnyTagClassName
 {
   color: #313F75;
 }
</style>

background-color css

<style>
 a { background-color: #313F75; }

 a { background-color: rgb(49,63,117); }

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

border-color css

<style>
 span { border-color: #313F75; }

 span { border-color: rgb(49,63,117); }

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