#314F7B

Color #314F7B St Tropaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of St Tropaz #314F7B

Tints of St Tropaz #314F7B

Color information

#314F7B (or 0x314F7B) is unknown color: approx St Tropaz. HEX triplet: 31, 4F and 7B. RGB value is (49,79,123). Sum of RGB (Red+Green+Blue) = 49+79+123=251 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.52% from 251); Green value is 79 (31.25% from 255 or 31.47% from 251); Blue value is 123 (48.44% from 255 or 49.00% from 251); Max value from RGB is 123 - color contains mainly: blue. Hex color #314F7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314F7B is #CEB084. Grayscale: #4A4A4A. Windows color (decimal): -13545605 or 8081201. OLE color: 8081201.

HSL color Cylindrical-coordinate representation of color #314F7B: hue angle of 215.68º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #314F7B is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4979123-
CMYK0.600.3600.52
HSL215.68º43.02%33.73%-
HSV(B)215.68º60.16%48.24%-
XYZ7.647.6719.82-
YUV75.05155.06109.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.52%
GREEN value IS 79 (31.25% from 255) = 31.47%
BLUE value IS 123 (48.44% from 255) = 49.00%
R=19.52%
G=31.47%
B=49.00%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal49791230.600.3600.52215.6843.0233.73
Hex314F7B3C24034d82b22
Octal6111717374440643305342
Binary11000110011111111011111100100100011010011011000101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314F7B; }

 p { color: rgb(49,79,123); }

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

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

 a { background-color: rgb(49,79,123); }

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

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

 span { border-color: rgb(49,79,123); }

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