Html Css Color HEX #313F82 Resolution Blue

📋 copy color: '#313F82'

red 49 ◦ green 63 ◦ blue 130

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

Shades of Resolution Blue #313F82

Tints of Resolution Blue #313F82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 53.72%

R = 20.25%
G = 26.03%
B = 53.72%

CMYK

 C value IS 0.62

 M value IS 0.52

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#313F82 (or 0x313F82) is known color: Resolution Blue. HEX triplet: 31, 3F and 82. RGB value is (49,63,130). Sum of RGB (Red+Green+Blue) = 49+63+130=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 63 (25% from 255 or 26.03% from 242); Blue value is 130 (51.17% from 255 or 53.72% from 242); Max value from RGB is 130 - color contains mainly: blue. Hex color #313F82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313F82 is #CEC07D. Grayscale: #424242. Windows color (decimal): -13549694 or 8535857. OLE color: 8535857.

HSL color Cylindrical-coordinate representation of color #313F82: hue angle of 229.63º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #313F82 is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 63 130 -
CMYK 0.62 0.52 0 0.49
HSL 229.63º 0.45% 0.35% -
HSV(B) 229.63º 0.62% 0.51% -
XYZ 7.07 5.82 21.87 -
YUV 66.45 163.86 115.55 -
System Red Green Blue C M Y K H S L
Decimal 49 63 130 0.62 0.52 0 0.49 229.63 0.45 0.35
Hex 31 3F 82 3E 34 0 31 E6 2D 23
Octal 61 77 202 76 64 0 61 346 55 43
Binary 110001 111111 10000010 111110 110100 0 110001 11100110 101101 100011

Color Harmonies of #313F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313F82

Black with #313F82

Text Example


Text Example

White with #313F82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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