#367299

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

Shades of Lochmara #367299

Tints of Lochmara #367299

Color information

#367299 (or 0x367299) is unknown color: approx Lochmara. HEX triplet: 36, 72 and 99. RGB value is (54,114,153). Sum of RGB (Red+Green+Blue) = 54+114+153=321 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.82% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #367299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367299 is #C98D66. Grayscale: #646464. Windows color (decimal): -13208935 or 10056246. OLE color: 10056246.

HSL color Cylindrical-coordinate representation of color #367299: hue angle of 203.64º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #367299 is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB54114153-
CMYK0.650.2500.4
HSL203.64º47.83%40.59%-
HSV(B)203.64º64.71%60%-
XYZ13.2915.1232.35-
YUV100.51157.6294.83-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.82%
GREEN value IS 114 (44.92% from 255) = 35.51%
BLUE value IS 153 (60.16% from 255) = 47.66%
R=16.82%
G=35.51%
B=47.66%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal541141530.650.2500.4203.6447.8340.59
Hex3672994119028cc3029
Octal66162231101310503146051
Binary110110111001010011001100000111001010100011001100110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367299; }

 p { color: rgb(54,114,153); }

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

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

 a { background-color: rgb(54,114,153); }

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

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

 span { border-color: rgb(54,114,153); }

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