Html Css Color HEX #313F85 Resolution Blue

📋 copy color: '#313F85'

red 49 ◦ green 63 ◦ blue 133

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

Shades of Resolution Blue #313F85

Tints of Resolution Blue #313F85

RGB

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

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

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

R = 20%
G = 25.71%
B = 54.29%

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

#313F85 (or 0x313F85) is known color: Resolution Blue. HEX triplet: 31, 3F and 85. RGB value is (49,63,133). Sum of RGB (Red+Green+Blue) = 49+63+133=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 63 (25% from 255 or 25.71% from 245); Blue value is 133 (52.34% from 255 or 54.29% from 245); Max value from RGB is 133 - color contains mainly: blue. Hex color #313F85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313F85 is #CEC07A. Grayscale: #424242. Windows color (decimal): -13549691 or 8732465. OLE color: 8732465.

HSL color Cylindrical-coordinate representation of color #313F85: hue angle of 230º 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 #313F85 is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 63 133 -
CMYK 0.63 0.53 0 0.48
HSL 230º 0.46% 0.36% -
HSV(B) 230º 0.63% 0.52% -
XYZ 7.28 5.9 22.95 -
YUV 66.79 165.36 115.31 -
System Red Green Blue C M Y K H S L
Decimal 49 63 133 0.63 0.53 0 0.48 230 0.46 0.36
Hex 31 3F 85 3F 35 0 30 E6 2E 24
Octal 61 77 205 77 65 0 60 346 56 44
Binary 110001 111111 10000101 111111 110101 0 110000 11100110 101110 100100

Color Harmonies of #313F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313F85

Black with #313F85

Text Example


Text Example

White with #313F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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