Html Css Color HEX #313C6F Resolution Blue

📋 copy color: '#313C6F'

red 49 ◦ green 60 ◦ blue 111

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

Shades of Resolution Blue #313C6F

Tints of Resolution Blue #313C6F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 27.27%

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

R = 22.27%
G = 27.27%
B = 50.45%

CMYK

 C value IS 0.56

 M value IS 0.46

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#313C6F (or 0x313C6F) is known color: Resolution Blue. HEX triplet: 31, 3C and 6F. RGB value is (49,60,111). Sum of RGB (Red+Green+Blue) = 49+60+111=220 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.27% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 111 (43.75% from 255 or 50.45% from 220); Max value from RGB is 111 - color contains mainly: blue. Hex color #313C6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313C6F is #CEC390. Grayscale: #3E3E3E. Windows color (decimal): -13550481 or 7289905. OLE color: 7289905.

HSL color Cylindrical-coordinate representation of color #313C6F: hue angle of 229.35º 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 #313C6F is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 60 111 -
CMYK 0.56 0.46 0 0.56
HSL 229.35º 0.39% 0.31% -
HSV(B) 229.35º 0.56% 0.44% -
XYZ 5.75 5.03 15.71 -
YUV 62.53 155.36 118.35 -
System Red Green Blue C M Y K H S L
Decimal 49 60 111 0.56 0.46 0 0.56 229.35 0.39 0.31
Hex 31 3C 6F 38 2E 0 38 E5 27 1F
Octal 61 74 157 70 56 0 70 345 47 37
Binary 110001 111100 1101111 111000 101110 0 111000 11100101 100111 11111

Color Harmonies of #313C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313C6F

Black with #313C6F

Text Example


Text Example

White with #313C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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