Html Css Color HEX #313E75 Resolution Blue

📋 copy color: '#313E75'

red 49 ◦ green 62 ◦ blue 117

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

Shades of Resolution Blue #313E75

Tints of Resolution Blue #313E75

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.19%

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

R = 21.49%
G = 27.19%
B = 51.32%

CMYK

 C value IS 0.58

 M value IS 0.47

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#313E75 (or 0x313E75) is known color: Resolution Blue. HEX triplet: 31, 3E and 75. RGB value is (49,62,117). Sum of RGB (Red+Green+Blue) = 49+62+117=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 62 (24.61% from 255 or 27.19% from 228); Blue value is 117 (46.09% from 255 or 51.32% from 228); Max value from RGB is 117 - color contains mainly: blue. Hex color #313E75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313E75 is #CEC18A. Grayscale: #404040. Windows color (decimal): -13549963 or 7683633. OLE color: 7683633.

HSL color Cylindrical-coordinate representation of color #313E75: hue angle of 228.53º 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 #313E75 is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 62 117 -
CMYK 0.58 0.47 0 0.54
HSL 228.53º 0.41% 0.33% -
HSV(B) 228.53º 0.58% 0.46% -
XYZ 6.2 5.38 17.54 -
YUV 64.38 157.69 117.03 -
System Red Green Blue C M Y K H S L
Decimal 49 62 117 0.58 0.47 0 0.54 228.53 0.41 0.33
Hex 31 3E 75 3A 2F 0 36 E5 29 21
Octal 61 76 165 72 57 0 66 345 51 41
Binary 110001 111110 1110101 111010 101111 0 110110 11100101 101001 100001

Color Harmonies of #313E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313E75

Black with #313E75

Text Example


Text Example

White with #313E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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