Html Css Color HEX #314678 Resolution Blue

📋 copy color: '#314678'

red 49 ◦ green 70 ◦ blue 120

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

Shades of Resolution Blue #314678

Tints of Resolution Blue #314678

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.29%

 BLUE value IS 120 (47.27% from 255) = 50.21%

R = 20.5%
G = 29.29%
B = 50.21%

CMYK

 C value IS 0.59

 M value IS 0.42

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#314678 (or 0x314678) is known color: Resolution Blue. HEX triplet: 31, 46 and 78. RGB value is (49,70,120). Sum of RGB (Red+Green+Blue) = 49+70+120=239 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.50% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 120 (47.27% from 255 or 50.21% from 239); Max value from RGB is 120 - color contains mainly: blue. Hex color #314678 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314678 is #CEB987. Grayscale: #454545. Windows color (decimal): -13547912 or 7882289. OLE color: 7882289.

HSL color Cylindrical-coordinate representation of color #314678: hue angle of 222.25º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #314678 is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 70 120 -
CMYK 0.59 0.42 0 0.53
HSL 222.25º 0.42% 0.33% -
HSV(B) 222.25º 0.59% 0.47% -
XYZ 6.85 6.39 18.64 -
YUV 69.42 156.54 113.43 -
System Red Green Blue C M Y K H S L
Decimal 49 70 120 0.59 0.42 0 0.53 222.25 0.42 0.33
Hex 31 46 78 3B 2A 0 35 DE 2A 21
Octal 61 106 170 73 52 0 65 336 52 41
Binary 110001 1000110 1111000 111011 101010 0 110101 11011110 101010 100001

Color Harmonies of #314678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314678

Black with #314678

Text Example


Text Example

White with #314678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314678; }

 p { color: rgb(49,70,120); }

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

background-color css

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

 a { background-color: rgb(49,70,120); }

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

border-color css

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

 span { border-color: rgb(49,70,120); }

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