Html Css Color HEX #313E85 Resolution Blue

📋 copy color: '#313E85'

red 49 ◦ green 62 ◦ blue 133

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

Shades of Resolution Blue #313E85

Tints of Resolution Blue #313E85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 54.51%

R = 20.08%
G = 25.41%
B = 54.51%

CMYK

 C value IS 0.63

 M value IS 0.53

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#313E85 (or 0x313E85) is known color: Resolution Blue. HEX triplet: 31, 3E and 85. RGB value is (49,62,133). Sum of RGB (Red+Green+Blue) = 49+62+133=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 62 (24.61% from 255 or 25.41% from 244); Blue value is 133 (52.34% from 255 or 54.51% from 244); Max value from RGB is 133 - color contains mainly: blue. Hex color #313E85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313E85 is #CEC17A. Grayscale: #414141. Windows color (decimal): -13549947 or 8732209. OLE color: 8732209.

HSL color Cylindrical-coordinate representation of color #313E85: hue angle of 230.71º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #313E85 is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 62 133 -
CMYK 0.63 0.53 0 0.48
HSL 230.71º 0.46% 0.36% -
HSV(B) 230.71º 0.63% 0.52% -
XYZ 7.22 5.79 22.93 -
YUV 66.21 165.69 115.73 -
System Red Green Blue C M Y K H S L
Decimal 49 62 133 0.63 0.53 0 0.48 230.71 0.46 0.36
Hex 31 3E 85 3F 35 0 30 E7 2E 24
Octal 61 76 205 77 65 0 60 347 56 44
Binary 110001 111110 10000101 111111 110101 0 110000 11100111 101110 100100

Color Harmonies of #313E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313E85

Black with #313E85

Text Example


Text Example

White with #313E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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