#317B9D

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

Shades of Lochmara #317B9D

Tints of Lochmara #317B9D

Color information

#317B9D (or 0x317B9D) is unknown color: approx Lochmara. HEX triplet: 31, 7B and 9D. RGB value is (49,123,157). Sum of RGB (Red+Green+Blue) = 49+123+157=329 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.89% from 329); Green value is 123 (48.44% from 255 or 37.39% from 329); Blue value is 157 (61.72% from 255 or 47.72% from 329); Max value from RGB is 157 - color contains mainly: blue. Hex color #317B9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317B9D is #CE8462. Grayscale: #686868. Windows color (decimal): -13534307 or 10320689. OLE color: 10320689.

HSL color Cylindrical-coordinate representation of color #317B9D: hue angle of 198.89º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #317B9D is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB49123157-
CMYK0.690.2200.38
HSL198.89º52.43%40.39%-
HSV(B)198.89º68.79%61.57%-
XYZ14.4417.2534.47-
YUV104.75157.4888.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.89%
GREEN value IS 123 (48.44% from 255) = 37.39%
BLUE value IS 157 (61.72% from 255) = 47.72%
R=14.89%
G=37.39%
B=47.72%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal491231570.690.2200.38198.8952.4340.39
Hex317B9D4516026c73428
Octal61173235105260463076450
Binary110001111101110011101100010110110010011011000111110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317B9D; }

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

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

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

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

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

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

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

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