#366FA4

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

Shades of Lochmara #366FA4

Tints of Lochmara #366FA4

Color information

#366FA4 (or 0x366FA4) is unknown color: approx Lochmara. HEX triplet: 36, 6F and A4. RGB value is (54,111,164). Sum of RGB (Red+Green+Blue) = 54+111+164=329 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.41% from 329); Green value is 111 (43.75% from 255 or 33.74% from 329); Blue value is 164 (64.45% from 255 or 49.85% from 329); Max value from RGB is 164 - color contains mainly: blue. Hex color #366FA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366FA4 is #C9905B. Grayscale: #636363. Windows color (decimal): -13209692 or 10776374. OLE color: 10776374.

HSL color Cylindrical-coordinate representation of color #366FA4: hue angle of 208.91º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #366FA4 is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB54111164-
CMYK0.670.3200.36
HSL208.91º50.46%42.75%-
HSV(B)208.91º67.07%64.31%-
XYZ13.9114.8337.25-
YUV100164.1295.19-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.41%
GREEN value IS 111 (43.75% from 255) = 33.74%
BLUE value IS 164 (64.45% from 255) = 49.85%
R=16.41%
G=33.74%
B=49.85%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal541111640.670.3200.36208.9150.4642.75
Hex366FA44320024d1322b
Octal66157244103400443216253
Binary1101101101111101001001000011100000010010011010001110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366FA4; }

 p { color: rgb(54,111,164); }

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

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

 a { background-color: rgb(54,111,164); }

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

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

 span { border-color: rgb(54,111,164); }

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