#367DA5

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

Shades of Lochmara #367DA5

Tints of Lochmara #367DA5

Color information

#367DA5 (or 0x367DA5) is unknown color: approx Lochmara. HEX triplet: 36, 7D and A5. RGB value is (54,125,165). Sum of RGB (Red+Green+Blue) = 54+125+165=344 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.70% from 344); Green value is 125 (49.22% from 255 or 36.34% from 344); Blue value is 165 (64.84% from 255 or 47.97% from 344); Max value from RGB is 165 - color contains mainly: blue. Hex color #367DA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367DA5 is #C9825A. Grayscale: #6C6C6C. Windows color (decimal): -13206107 or 10845494. OLE color: 10845494.

HSL color Cylindrical-coordinate representation of color #367DA5: hue angle of 201.62º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #367DA5 is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB54125165-
CMYK0.670.2400.35
HSL201.62º50.68%42.94%-
HSV(B)201.62º67.27%64.71%-
XYZ15.6518.1738.28-
YUV108.33159.9889.25-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.70%
GREEN value IS 125 (49.22% from 255) = 36.34%
BLUE value IS 165 (64.84% from 255) = 47.97%
R=15.70%
G=36.34%
B=47.97%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal541251650.670.2400.35201.6250.6842.94
Hex367DA54318023ca332b
Octal66175245103300433126353
Binary110110111110110100101100001111000010001111001010110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,125,165); }

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

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

 a { background-color: rgb(54,125,165); }

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

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

 span { border-color: rgb(54,125,165); }

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