#367AA6

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

Shades of Lochmara #367AA6

Tints of Lochmara #367AA6

Color information

#367AA6 (or 0x367AA6) is unknown color: approx Lochmara. HEX triplet: 36, 7A and A6. RGB value is (54,122,166). Sum of RGB (Red+Green+Blue) = 54+122+166=342 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.79% from 342); Green value is 122 (48.05% from 255 or 35.67% from 342); Blue value is 166 (65.23% from 255 or 48.54% from 342); Max value from RGB is 166 - color contains mainly: blue. Hex color #367AA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367AA6 is #C98559. Grayscale: #6A6A6A. Windows color (decimal): -13206874 or 10910262. OLE color: 10910262.

HSL color Cylindrical-coordinate representation of color #367AA6: hue angle of 203.57º 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 #367AA6 is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB54122166-
CMYK0.670.2700.35
HSL203.57º50.91%43.14%-
HSV(B)203.57º67.47%65.1%-
XYZ15.3617.4638.64-
YUV106.68161.4790.42-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.79%
GREEN value IS 122 (48.05% from 255) = 35.67%
BLUE value IS 166 (65.23% from 255) = 48.54%
R=15.79%
G=35.67%
B=48.54%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal541221660.670.2700.35203.5750.9143.14
Hex367AA6431B023cc332b
Octal66172246103330433146353
Binary110110111101010100110100001111011010001111001100110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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