#367B9D

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

Shades of Lochmara #367B9D

Tints of Lochmara #367B9D

Color information

#367B9D (or 0x367B9D) is unknown color: approx Lochmara. HEX triplet: 36, 7B and 9D. RGB value is (54,123,157). Sum of RGB (Red+Green+Blue) = 54+123+157=334 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.17% from 334); Green value is 123 (48.44% from 255 or 36.83% from 334); Blue value is 157 (61.72% from 255 or 47.01% from 334); Max value from RGB is 157 - color contains mainly: blue. Hex color #367B9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367B9D is #C98462. Grayscale: #6A6A6A. Windows color (decimal): -13206627 or 10320694. OLE color: 10320694.

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

Color convert

RGB54123157-
CMYK0.660.2200.38
HSL199.81º48.82%41.37%-
HSV(B)199.81º65.61%61.57%-
XYZ14.6917.3834.48-
YUV106.24156.6490.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.17%
GREEN value IS 123 (48.44% from 255) = 36.83%
BLUE value IS 157 (61.72% from 255) = 47.01%
R=16.17%
G=36.83%
B=47.01%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal541231570.660.2200.38199.8148.8241.37
Hex367B9D4216026c83129
Octal66173235102260463106151
Binary110110111101110011101100001010110010011011001000110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,123,157); }

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

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

 a { background-color: rgb(54,123,157); }

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

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

 span { border-color: rgb(54,123,157); }

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