#317C9C

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

Shades of Lochmara #317C9C

Tints of Lochmara #317C9C

Color information

#317C9C (or 0x317C9C) is unknown color: approx Lochmara. HEX triplet: 31, 7C and 9C. RGB value is (49,124,156). Sum of RGB (Red+Green+Blue) = 49+124+156=329 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.89% from 329); Green value is 124 (48.83% from 255 or 37.69% from 329); Blue value is 156 (61.33% from 255 or 47.42% from 329); Max value from RGB is 156 - color contains mainly: blue. Hex color #317C9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317C9C is #CE8363. Grayscale: #696969. Windows color (decimal): -13534052 or 10255409. OLE color: 10255409.

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

Color convert

RGB49124156-
CMYK0.690.2100.39
HSL197.94º52.2%40.2%-
HSV(B)197.94º68.59%61.18%-
XYZ14.4817.4734.06-
YUV105.22156.6587.9-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.89%
GREEN value IS 124 (48.83% from 255) = 37.69%
BLUE value IS 156 (61.33% from 255) = 47.42%
R=14.89%
G=37.69%
B=47.42%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal491241560.690.2100.39197.9452.240.2
Hex317C9C4515027c63428
Octal61174234105250473066450
Binary110001111110010011100100010110101010011111000110110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,124,156); }

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

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

 a { background-color: rgb(49,124,156); }

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

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

 span { border-color: rgb(49,124,156); }

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