#367198

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

Shades of Lochmara #367198

Tints of Lochmara #367198

Color information

#367198 (or 0x367198) is unknown color: approx Lochmara. HEX triplet: 36, 71 and 98. RGB value is (54,113,152). Sum of RGB (Red+Green+Blue) = 54+113+152=319 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.93% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 152 (59.77% from 255 or 47.65% from 319); Max value from RGB is 152 - color contains mainly: blue. Hex color #367198 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367198 is #C98E67. Grayscale: #636363. Windows color (decimal): -13209192 or 9990454. OLE color: 9990454.

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

Color convert

RGB54113152-
CMYK0.640.2600.40
HSL203.88º47.57%40.39%-
HSV(B)203.88º64.47%59.61%-
XYZ13.0914.8631.88-
YUV99.8157.4595.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.93%
GREEN value IS 113 (44.53% from 255) = 35.42%
BLUE value IS 152 (59.77% from 255) = 47.65%
R=16.93%
G=35.42%
B=47.65%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal541131520.640.2600.40203.8847.5740.39
Hex367198401A028cc3028
Octal66161230100320503146050
Binary110110111000110011000100000011010010100011001100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367198; }

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

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

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

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

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

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

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

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