#314470

Color #314470 Resolution Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Resolution Blue #314470

Tints of Resolution Blue #314470

Color information

#314470 (or 0x314470) is unknown color: approx Resolution Blue. HEX triplet: 31, 44 and 70. RGB value is (49,68,112). Sum of RGB (Red+Green+Blue) = 49+68+112=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 68 (26.95% from 255 or 29.69% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 112 - color contains mainly: blue. Hex color #314470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314470 is #CEBB8F. Grayscale: #434343. Windows color (decimal): -13548432 or 7357489. OLE color: 7357489.

HSL color Cylindrical-coordinate representation of color #314470: hue angle of 221.9º 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 #314470 is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4968112-
CMYK0.560.3900.56
HSL221.9º39.13%31.57%-
HSV(B)221.9º56.25%43.92%-
XYZ6.265.9616.15-
YUV67.33153.21114.92-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.40%
GREEN value IS 68 (26.95% from 255) = 29.69%
BLUE value IS 112 (44.14% from 255) = 48.91%
R=21.40%
G=29.69%
B=48.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49681120.560.3900.56221.939.1331.57
Hex3144703827038de2720
Octal6110416070470703364740
Binary11000110001001110000111000100111011100011011110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314470; }

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

 H1.HeaderClassName
 {
   color: #314470;
 }
 .AnyTagClassName
 {
   color: #314470;
 }
</style>
background-color css

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

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

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

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

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

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