Html Css Color HEX #313E7E Resolution Blue

📋 copy color: '#313E7E'

red 49 ◦ green 62 ◦ blue 126

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

Shades of Resolution Blue #313E7E

Tints of Resolution Blue #313E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 53.16%

R = 20.68%
G = 26.16%
B = 53.16%

CMYK

 C value IS 0.61

 M value IS 0.51

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#313E7E (or 0x313E7E) is known color: Resolution Blue. HEX triplet: 31, 3E and 7E. RGB value is (49,62,126). Sum of RGB (Red+Green+Blue) = 49+62+126=237 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.68% from 237); Green value is 62 (24.61% from 255 or 26.16% from 237); Blue value is 126 (49.61% from 255 or 53.16% from 237); Max value from RGB is 126 - color contains mainly: blue. Hex color #313E7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313E7E is #CEC181. Grayscale: #414141. Windows color (decimal): -13549954 or 8273457. OLE color: 8273457.

HSL color Cylindrical-coordinate representation of color #313E7E: hue angle of 229.87º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #313E7E is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 62 126 -
CMYK 0.61 0.51 0 0.51
HSL 229.87º 0.44% 0.34% -
HSV(B) 229.87º 0.61% 0.49% -
XYZ 6.76 5.6 20.46 -
YUV 65.41 162.19 116.3 -
System Red Green Blue C M Y K H S L
Decimal 49 62 126 0.61 0.51 0 0.51 229.87 0.44 0.34
Hex 31 3E 7E 3D 33 0 33 E6 2C 22
Octal 61 76 176 75 63 0 63 346 54 42
Binary 110001 111110 1111110 111101 110011 0 110011 11100110 101100 100010

Color Harmonies of #313E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313E7E

Black with #313E7E

Text Example


Text Example

White with #313E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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