Html Css Color HEX #314278 Resolution Blue

📋 copy color: '#314278'

red 49 ◦ green 66 ◦ blue 120

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

Shades of Resolution Blue #314278

Tints of Resolution Blue #314278

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.09%

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

R = 20.85%
G = 28.09%
B = 51.06%

CMYK

 C value IS 0.59

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#314278 (or 0x314278) is known color: Resolution Blue. HEX triplet: 31, 42 and 78. RGB value is (49,66,120). Sum of RGB (Red+Green+Blue) = 49+66+120=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 120 (47.27% from 255 or 51.06% from 235); Max value from RGB is 120 - color contains mainly: blue. Hex color #314278 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314278 is #CEBD87. Grayscale: #424242. Windows color (decimal): -13548936 or 7881265. OLE color: 7881265.

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

Color convert

RGB 49 66 120 -
CMYK 0.59 0.45 0 0.53
HSL 225.63º 0.42% 0.33% -
HSV(B) 225.63º 0.59% 0.47% -
XYZ 6.61 5.91 18.56 -
YUV 67.07 157.87 115.11 -
System Red Green Blue C M Y K H S L
Decimal 49 66 120 0.59 0.45 0 0.53 225.63 0.42 0.33
Hex 31 42 78 3B 2D 0 35 E2 2A 21
Octal 61 102 170 73 55 0 65 342 52 41
Binary 110001 1000010 1111000 111011 101101 0 110101 11100010 101010 100001

Color Harmonies of #314278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314278

Black with #314278

Text Example


Text Example

White with #314278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314278; }

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

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

background-color css

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

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

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

border-color css

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

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

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