#367A9B

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

Shades of Lochmara #367A9B

Tints of Lochmara #367A9B

Color information

#367A9B (or 0x367A9B) is unknown color: approx Lochmara. HEX triplet: 36, 7A and 9B. RGB value is (54,122,155). Sum of RGB (Red+Green+Blue) = 54+122+155=331 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.31% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #367A9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367A9B is #C98564. Grayscale: #696969. Windows color (decimal): -13206885 or 10189366. OLE color: 10189366.

HSL color Cylindrical-coordinate representation of color #367A9B: hue angle of 199.6º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #367A9B is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB54122155-
CMYK0.650.2100.39
HSL199.6º48.33%40.98%-
HSV(B)199.6º65.16%60.78%-
XYZ14.417.0733.55-
YUV105.43155.9791.32-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.31%
GREEN value IS 122 (48.05% from 255) = 36.86%
BLUE value IS 155 (60.94% from 255) = 46.83%
R=16.31%
G=36.86%
B=46.83%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal541221550.650.2100.39199.648.3340.98
Hex367A9B4115027c83029
Octal66172233101250473106051
Binary110110111101010011011100000110101010011111001000110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,122,155); }

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

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

 a { background-color: rgb(54,122,155); }

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

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

 span { border-color: rgb(54,122,155); }

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