#314370

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

Shades of Resolution Blue #314370

Tints of Resolution Blue #314370

Color information

#314370 (or 0x314370) is unknown color: approx Resolution Blue. HEX triplet: 31, 43 and 70. RGB value is (49,67,112). Sum of RGB (Red+Green+Blue) = 49+67+112=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 67 (26.56% from 255 or 29.39% from 228); Blue value is 112 (44.14% from 255 or 49.12% from 228); Max value from RGB is 112 - color contains mainly: blue. Hex color #314370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314370 is #CEBC8F. Grayscale: #424242. Windows color (decimal): -13548688 or 7357233. OLE color: 7357233.

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

Color convert

RGB4967112-
CMYK0.560.4000.56
HSL222.86º39.13%31.57%-
HSV(B)222.86º56.25%43.92%-
XYZ6.25.8416.13-
YUV66.75153.54115.34-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.49%
GREEN value IS 67 (26.56% from 255) = 29.39%
BLUE value IS 112 (44.14% from 255) = 49.12%
R=21.49%
G=29.39%
B=49.12%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49671120.560.4000.56222.8639.1331.57
Hex3143703828038df2720
Octal6110316070500703374740
Binary11000110000111110000111000101000011100011011111100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314370; }

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

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

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

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

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

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

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

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