#317496

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

Shades of Lochmara #317496

Tints of Lochmara #317496

Color information

#317496 (or 0x317496) is unknown color: approx Lochmara. HEX triplet: 31, 74 and 96. RGB value is (49,116,150). Sum of RGB (Red+Green+Blue) = 49+116+150=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 150 (58.98% from 255 or 47.62% from 315); Max value from RGB is 150 - color contains mainly: blue. Hex color #317496 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317496 is #CE8B69. Grayscale: #636363. Windows color (decimal): -13536106 or 9860145. OLE color: 9860145.

HSL color Cylindrical-coordinate representation of color #317496: hue angle of 200.2º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #317496 is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB49116150-
CMYK0.670.2300.41
HSL200.2º50.75%39.02%-
HSV(B)200.2º67.33%58.82%-
XYZ13.0215.3531.13-
YUV99.84156.391.74-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.56%
GREEN value IS 116 (45.70% from 255) = 36.83%
BLUE value IS 150 (58.98% from 255) = 47.62%
R=15.56%
G=36.83%
B=47.62%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal491161500.670.2300.41200.250.7539.02
Hex3174964317029c83327
Octal61164226103270513106347
Binary110001111010010010110100001110111010100111001000110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317496; }

 p { color: rgb(49,116,150); }

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

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

 a { background-color: rgb(49,116,150); }

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

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

 span { border-color: rgb(49,116,150); }

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