Html Css Color HEX #313C74 Resolution Blue

📋 copy color: '#313C74'

red 49 ◦ green 60 ◦ blue 116

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

Shades of Resolution Blue #313C74

Tints of Resolution Blue #313C74

RGB

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

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

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

R = 21.78%
G = 26.67%
B = 51.56%

CMYK

 C value IS 0.58

 M value IS 0.48

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#313C74 (or 0x313C74) is known color: Resolution Blue. HEX triplet: 31, 3C and 74. RGB value is (49,60,116). Sum of RGB (Red+Green+Blue) = 49+60+116=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 116 (45.70% from 255 or 51.56% from 225); Max value from RGB is 116 - color contains mainly: blue. Hex color #313C74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313C74 is #CEC38B. Grayscale: #3E3E3E. Windows color (decimal): -13550476 or 7617585. OLE color: 7617585.

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

Color convert

RGB 49 60 116 -
CMYK 0.58 0.48 0 0.55
HSL 230.15º 0.41% 0.32% -
HSV(B) 230.15º 0.58% 0.45% -
XYZ 6.03 5.15 17.2 -
YUV 63.1 157.86 117.95 -
System Red Green Blue C M Y K H S L
Decimal 49 60 116 0.58 0.48 0 0.55 230.15 0.41 0.32
Hex 31 3C 74 3A 30 0 37 E6 29 20
Octal 61 74 164 72 60 0 67 346 51 40
Binary 110001 111100 1110100 111010 110000 0 110111 11100110 101001 100000

Color Harmonies of #313C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313C74

Black with #313C74

Text Example


Text Example

White with #313C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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