#314272

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

Shades of Resolution Blue #314272

Tints of Resolution Blue #314272

Color information

#314272 (or 0x314272) is unknown color: approx Resolution Blue. HEX triplet: 31, 42 and 72. RGB value is (49,66,114). Sum of RGB (Red+Green+Blue) = 49+66+114=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 114 (44.92% from 255 or 49.78% from 229); Max value from RGB is 114 - color contains mainly: blue. Hex color #314272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314272 is #CEBD8D. Grayscale: #424242. Windows color (decimal): -13548942 or 7488049. OLE color: 7488049.

HSL color Cylindrical-coordinate representation of color #314272: hue angle of 224.31º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #314272 is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4966114-
CMYK0.570.4200.55
HSL224.31º39.88%31.96%-
HSV(B)224.31º57.02%44.71%-
XYZ6.255.7616.7-
YUV66.39154.87115.6-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.40%
GREEN value IS 66 (26.17% from 255) = 28.82%
BLUE value IS 114 (44.92% from 255) = 49.78%
R=21.40%
G=28.82%
B=49.78%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49661140.570.4200.55224.3139.8831.96
Hex314272392A037e02820
Octal6110216271520673405040
Binary11000110000101110010111001101010011011111100000101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314272; }

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

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

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

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

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

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

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

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