Html Css Color HEX #313F6F Resolution Blue

📋 copy color: '#313F6F'

red 49 ◦ green 63 ◦ blue 111

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

Shades of Resolution Blue #313F6F

Tints of Resolution Blue #313F6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 49.78%

R = 21.97%
G = 28.25%
B = 49.78%

CMYK

 C value IS 0.56

 M value IS 0.43

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#313F6F (or 0x313F6F) is known color: Resolution Blue. HEX triplet: 31, 3F and 6F. RGB value is (49,63,111). Sum of RGB (Red+Green+Blue) = 49+63+111=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 63 (25% from 255 or 28.25% from 223); Blue value is 111 (43.75% from 255 or 49.78% from 223); Max value from RGB is 111 - color contains mainly: blue. Hex color #313F6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313F6F is #CEC090. Grayscale: #404040. Windows color (decimal): -13549713 or 7290673. OLE color: 7290673.

HSL color Cylindrical-coordinate representation of color #313F6F: hue angle of 226.45º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #313F6F is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 63 111 -
CMYK 0.56 0.43 0 0.56
HSL 226.45º 0.39% 0.31% -
HSV(B) 226.45º 0.56% 0.44% -
XYZ 5.91 5.36 15.76 -
YUV 64.29 154.36 117.1 -
System Red Green Blue C M Y K H S L
Decimal 49 63 111 0.56 0.43 0 0.56 226.45 0.39 0.31
Hex 31 3F 6F 38 2B 0 38 E2 27 1F
Octal 61 77 157 70 53 0 70 342 47 37
Binary 110001 111111 1101111 111000 101011 0 111000 11100010 100111 11111

Color Harmonies of #313F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313F6F

Black with #313F6F

Text Example


Text Example

White with #313F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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