Html Css Color HEX #314270 Resolution Blue

📋 copy color: '#314270'

red 49 ◦ green 66 ◦ blue 112

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

Shades of Resolution Blue #314270

Tints of Resolution Blue #314270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 49.34%

R = 21.59%
G = 29.07%
B = 49.34%

CMYK

 C value IS 0.56

 M value IS 0.41

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#314270 (or 0x314270) is known color: Resolution Blue. HEX triplet: 31, 42 and 70. RGB value is (49,66,112). Sum of RGB (Red+Green+Blue) = 49+66+112=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 112 (44.14% from 255 or 49.34% from 227); Max value from RGB is 112 - color contains mainly: blue. Hex color #314270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314270 is #CEBD8F. Grayscale: #414141. Windows color (decimal): -13548944 or 7356977. OLE color: 7356977.

HSL color Cylindrical-coordinate representation of color #314270: hue angle of 223.81º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #314270 is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 66 112 -
CMYK 0.56 0.41 0 0.56
HSL 223.81º 0.39% 0.32% -
HSV(B) 223.81º 0.56% 0.44% -
XYZ 6.14 5.72 16.11 -
YUV 66.16 153.87 115.76 -
System Red Green Blue C M Y K H S L
Decimal 49 66 112 0.56 0.41 0 0.56 223.81 0.39 0.32
Hex 31 42 70 38 29 0 38 E0 27 20
Octal 61 102 160 70 51 0 70 340 47 40
Binary 110001 1000010 1110000 111000 101001 0 111000 11100000 100111 100000

Color Harmonies of #314270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314270

Black with #314270

Text Example


Text Example

White with #314270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314270; }

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

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

background-color css

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

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

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

border-color css

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

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

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