Html Css Color HEX #313B6E Resolution Blue

📋 copy color: '#313B6E'

red 49 ◦ green 59 ◦ blue 110

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

Shades of Resolution Blue #313B6E

Tints of Resolution Blue #313B6E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 27.06%

 BLUE value IS 110 (43.36% from 255) = 50.46%

R = 22.48%
G = 27.06%
B = 50.46%

CMYK

 C value IS 0.55

 M value IS 0.46

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#313B6E (or 0x313B6E) is known color: Resolution Blue. HEX triplet: 31, 3B and 6E. RGB value is (49,59,110). Sum of RGB (Red+Green+Blue) = 49+59+110=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 59 (23.44% from 255 or 27.06% from 218); Blue value is 110 (43.36% from 255 or 50.46% from 218); Max value from RGB is 110 - color contains mainly: blue. Hex color #313B6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313B6E is #CEC491. Grayscale: #3D3D3D. Windows color (decimal): -13550738 or 7224113. OLE color: 7224113.

HSL color Cylindrical-coordinate representation of color #313B6E: hue angle of 230.16º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #313B6E is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 49 59 110 -
CMYK 0.55 0.46 0 0.57
HSL 230.16º 0.38% 0.31% -
HSV(B) 230.16º 0.55% 0.43% -
XYZ 5.65 4.91 15.4 -
YUV 61.82 155.19 118.85 -
System Red Green Blue C M Y K H S L
Decimal 49 59 110 0.55 0.46 0 0.57 230.16 0.38 0.31
Hex 31 3B 6E 37 2E 0 39 E6 26 1F
Octal 61 73 156 67 56 0 71 346 46 37
Binary 110001 111011 1101110 110111 101110 0 111001 11100110 100110 11111

Color Harmonies of #313B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313B6E

Black with #313B6E

Text Example


Text Example

White with #313B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,59,110); }

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

background-color css

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

 a { background-color: rgb(49,59,110); }

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

border-color css

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

 span { border-color: rgb(49,59,110); }

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