Html Css Color HEX #314378 Resolution Blue

📋 copy color: '#314378'

red 49 ◦ green 67 ◦ blue 120

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

Shades of Resolution Blue #314378

Tints of Resolution Blue #314378

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.39%

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

R = 20.76%
G = 28.39%
B = 50.85%

CMYK

 C value IS 0.59

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#314378 (or 0x314378) is known color: Resolution Blue. HEX triplet: 31, 43 and 78. RGB value is (49,67,120). Sum of RGB (Red+Green+Blue) = 49+67+120=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 67 (26.56% from 255 or 28.39% from 236); Blue value is 120 (47.27% from 255 or 50.85% from 236); Max value from RGB is 120 - color contains mainly: blue. Hex color #314378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314378 is #CEBC87. Grayscale: #434343. Windows color (decimal): -13548680 or 7881521. OLE color: 7881521.

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

Color convert

RGB 49 67 120 -
CMYK 0.59 0.44 0 0.53
HSL 224.79º 0.42% 0.33% -
HSV(B) 224.79º 0.59% 0.47% -
XYZ 6.66 6.02 18.58 -
YUV 67.66 157.54 114.69 -
System Red Green Blue C M Y K H S L
Decimal 49 67 120 0.59 0.44 0 0.53 224.79 0.42 0.33
Hex 31 43 78 3B 2C 0 35 E1 2A 21
Octal 61 103 170 73 54 0 65 341 52 41
Binary 110001 1000011 1111000 111011 101100 0 110101 11100001 101010 100001

Color Harmonies of #314378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314378

Black with #314378

Text Example


Text Example

White with #314378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314378; }

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

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

background-color css

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

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

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

border-color css

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

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

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