#367DA8

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

Shades of Lochmara #367DA8

Tints of Lochmara #367DA8

Color information

#367DA8 (or 0x367DA8) is unknown color: approx Lochmara. HEX triplet: 36, 7D and A8. RGB value is (54,125,168). Sum of RGB (Red+Green+Blue) = 54+125+168=347 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.56% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 168 (66.02% from 255 or 48.41% from 347); Max value from RGB is 168 - color contains mainly: blue. Hex color #367DA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367DA8 is #C98257. Grayscale: #6C6C6C. Windows color (decimal): -13206104 or 11042102. OLE color: 11042102.

HSL color Cylindrical-coordinate representation of color #367DA8: hue angle of 202.63º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #367DA8 is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB54125168-
CMYK0.680.2600.34
HSL202.63º51.35%43.53%-
HSV(B)202.63º67.86%65.88%-
XYZ15.9218.2839.73-
YUV108.67161.4889-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.56%
GREEN value IS 125 (49.22% from 255) = 36.02%
BLUE value IS 168 (66.02% from 255) = 48.41%
R=15.56%
G=36.02%
B=48.41%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal541251680.680.2600.34202.6351.3543.53
Hex367DA8441A022cb332c
Octal66175250104320423136354
Binary110110111110110101000100010011010010001011001011110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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