#367199

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

Shades of Lochmara #367199

Tints of Lochmara #367199

Color information

#367199 (or 0x367199) is unknown color: approx Lochmara. HEX triplet: 36, 71 and 99. RGB value is (54,113,153). Sum of RGB (Red+Green+Blue) = 54+113+153=320 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.88% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 153 - color contains mainly: blue. Hex color #367199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367199 is #C98E66. Grayscale: #636363. Windows color (decimal): -13209191 or 10055990. OLE color: 10055990.

HSL color Cylindrical-coordinate representation of color #367199: hue angle of 204.24º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #367199 is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB54113153-
CMYK0.650.2600.4
HSL204.24º47.83%40.59%-
HSV(B)204.24º64.71%60%-
XYZ13.1814.8932.32-
YUV99.92157.9595.25-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.88%
GREEN value IS 113 (44.53% from 255) = 35.31%
BLUE value IS 153 (60.16% from 255) = 47.81%
R=16.88%
G=35.31%
B=47.81%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal541131530.650.2600.4204.2447.8340.59
Hex367199411A028cc3029
Octal66161231101320503146051
Binary110110111000110011001100000111010010100011001100110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367199; }

 p { color: rgb(54,113,153); }

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

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

 a { background-color: rgb(54,113,153); }

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

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

 span { border-color: rgb(54,113,153); }

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