#367E9E

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

Shades of Lochmara #367E9E

Tints of Lochmara #367E9E

Color information

#367E9E (or 0x367E9E) is unknown color: approx Lochmara. HEX triplet: 36, 7E and 9E. RGB value is (54,126,158). Sum of RGB (Red+Green+Blue) = 54+126+158=338 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.98% from 338); Green value is 126 (49.61% from 255 or 37.28% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 158 - color contains mainly: blue. Hex color #367E9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367E9E is #C98161. Grayscale: #6B6B6B. Windows color (decimal): -13205858 or 10386998. OLE color: 10386998.

HSL color Cylindrical-coordinate representation of color #367E9E: hue angle of 198.46º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #367E9E is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB54126158-
CMYK0.660.2000.38
HSL198.46º49.06%41.57%-
HSV(B)198.46º65.82%61.96%-
XYZ15.1518.1735.06-
YUV108.12156.1589.4-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.98%
GREEN value IS 126 (49.61% from 255) = 37.28%
BLUE value IS 158 (62.11% from 255) = 46.75%
R=15.98%
G=37.28%
B=46.75%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal541261580.660.2000.38198.4649.0641.57
Hex367E9E4214026c6312a
Octal66176236102240463066152
Binary110110111111010011110100001010100010011011000110110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367E9E; }

 p { color: rgb(54,126,158); }

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

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

 a { background-color: rgb(54,126,158); }

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

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

 span { border-color: rgb(54,126,158); }

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