Html Css Color HEX #314478 Resolution Blue

📋 copy color: '#314478'

red 49 ◦ green 68 ◦ blue 120

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

Shades of Resolution Blue #314478

Tints of Resolution Blue #314478

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.69%

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

R = 20.68%
G = 28.69%
B = 50.63%

CMYK

 C value IS 0.59

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#314478 (or 0x314478) is known color: Resolution Blue. HEX triplet: 31, 44 and 78. RGB value is (49,68,120). Sum of RGB (Red+Green+Blue) = 49+68+120=237 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.68% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 120 (47.27% from 255 or 50.63% from 237); Max value from RGB is 120 - color contains mainly: blue. Hex color #314478 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314478 is #CEBB87. Grayscale: #444444. Windows color (decimal): -13548424 or 7881777. OLE color: 7881777.

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

Color convert

RGB 49 68 120 -
CMYK 0.59 0.43 0 0.53
HSL 223.94º 0.42% 0.33% -
HSV(B) 223.94º 0.59% 0.47% -
XYZ 6.72 6.14 18.6 -
YUV 68.25 157.21 114.27 -
System Red Green Blue C M Y K H S L
Decimal 49 68 120 0.59 0.43 0 0.53 223.94 0.42 0.33
Hex 31 44 78 3B 2B 0 35 E0 2A 21
Octal 61 104 170 73 53 0 65 340 52 41
Binary 110001 1000100 1111000 111011 101011 0 110101 11100000 101010 100001

Color Harmonies of #314478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314478

Black with #314478

Text Example


Text Example

White with #314478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314478; }

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

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

background-color css

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

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

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

border-color css

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

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

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