#367098

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

Shades of Lochmara #367098

Tints of Lochmara #367098

Color information

#367098 (or 0x367098) is unknown color: approx Lochmara. HEX triplet: 36, 70 and 98. RGB value is (54,112,152). Sum of RGB (Red+Green+Blue) = 54+112+152=318 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.98% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 152 (59.77% from 255 or 47.80% from 318); Max value from RGB is 152 - color contains mainly: blue. Hex color #367098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367098 is #C98F67. Grayscale: #636363. Windows color (decimal): -13209448 or 9990198. OLE color: 9990198.

HSL color Cylindrical-coordinate representation of color #367098: hue angle of 204.49º 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 #367098 is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB54112152-
CMYK0.640.2600.40
HSL204.49º47.57%40.39%-
HSV(B)204.49º64.47%59.61%-
XYZ12.9814.6431.85-
YUV99.22157.7895.75-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.98%
GREEN value IS 112 (44.14% from 255) = 35.22%
BLUE value IS 152 (59.77% from 255) = 47.80%
R=16.98%
G=35.22%
B=47.80%

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
Decimal541121520.640.2600.40204.4947.5740.39
Hex367098401A028cc3028
Octal66160230100320503146050
Binary110110111000010011000100000011010010100011001100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367098; }

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

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

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

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

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

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

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

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