Html Css Color HEX #313D74 Resolution Blue

📋 copy color: '#313D74'

red 49 ◦ green 61 ◦ blue 116

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

Shades of Resolution Blue #313D74

Tints of Resolution Blue #313D74

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.99%

 BLUE value IS 116 (45.7% from 255) = 51.33%

R = 21.68%
G = 26.99%
B = 51.33%

CMYK

 C value IS 0.58

 M value IS 0.47

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#313D74 (or 0x313D74) is known color: Resolution Blue. HEX triplet: 31, 3D and 74. RGB value is (49,61,116). Sum of RGB (Red+Green+Blue) = 49+61+116=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 61 (24.22% from 255 or 26.99% from 226); Blue value is 116 (45.70% from 255 or 51.33% from 226); Max value from RGB is 116 - color contains mainly: blue. Hex color #313D74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313D74 is #CEC28B. Grayscale: #3F3F3F. Windows color (decimal): -13550220 or 7617841. OLE color: 7617841.

HSL color Cylindrical-coordinate representation of color #313D74: hue angle of 229.25º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #313D74 is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 61 116 -
CMYK 0.58 0.47 0 0.55
HSL 229.25º 0.41% 0.32% -
HSV(B) 229.25º 0.58% 0.45% -
XYZ 6.09 5.25 17.22 -
YUV 63.68 157.52 117.53 -
System Red Green Blue C M Y K H S L
Decimal 49 61 116 0.58 0.47 0 0.55 229.25 0.41 0.32
Hex 31 3D 74 3A 2F 0 37 E5 29 20
Octal 61 75 164 72 57 0 67 345 51 40
Binary 110001 111101 1110100 111010 101111 0 110111 11100101 101001 100000

Color Harmonies of #313D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313D74

Black with #313D74

Text Example


Text Example

White with #313D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,61,116); }

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

background-color css

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

 a { background-color: rgb(49,61,116); }

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

border-color css

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

 span { border-color: rgb(49,61,116); }

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