Html Css Color HEX #314078 Resolution Blue

📋 copy color: '#314078'

red 49 ◦ green 64 ◦ blue 120

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

Shades of Resolution Blue #314078

Tints of Resolution Blue #314078

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.47%

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

R = 21.03%
G = 27.47%
B = 51.5%

CMYK

 C value IS 0.59

 M value IS 0.47

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#314078 (or 0x314078) is known color: Resolution Blue. HEX triplet: 31, 40 and 78. RGB value is (49,64,120). Sum of RGB (Red+Green+Blue) = 49+64+120=233 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.03% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 120 (47.27% from 255 or 51.50% from 233); Max value from RGB is 120 - color contains mainly: blue. Hex color #314078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314078 is #CEBF87. Grayscale: #414141. Windows color (decimal): -13549448 or 7880753. OLE color: 7880753.

HSL color Cylindrical-coordinate representation of color #314078: hue angle of 227.32º 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 #314078 is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 64 120 -
CMYK 0.59 0.47 0 0.53
HSL 227.32º 0.42% 0.33% -
HSV(B) 227.32º 0.59% 0.47% -
XYZ 6.49 5.68 18.52 -
YUV 65.9 158.53 115.95 -
System Red Green Blue C M Y K H S L
Decimal 49 64 120 0.59 0.47 0 0.53 227.32 0.42 0.33
Hex 31 40 78 3B 2F 0 35 E3 2A 21
Octal 61 100 170 73 57 0 65 343 52 41
Binary 110001 1000000 1111000 111011 101111 0 110101 11100011 101010 100001

Color Harmonies of #314078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314078

Black with #314078

Text Example


Text Example

White with #314078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314078; }

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

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

background-color css

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

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

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

border-color css

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

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

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