#366698

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

Shades of Lochmara #366698

Tints of Lochmara #366698

Color information

#366698 (or 0x366698) is unknown color: approx Lochmara. HEX triplet: 36, 66 and 98. RGB value is (54,102,152). Sum of RGB (Red+Green+Blue) = 54+102+152=308 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.53% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 152 (59.77% from 255 or 49.35% from 308); Max value from RGB is 152 - color contains mainly: blue. Hex color #366698 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366698 is #C99967. Grayscale: #5D5D5D. Windows color (decimal): -13212008 or 9987638. OLE color: 9987638.

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

Color convert

RGB54102152-
CMYK0.640.3300.40
HSL210.61º47.57%40.39%-
HSV(B)210.61º64.47%59.61%-
XYZ11.9412.5531.5-
YUV93.35161.199.93-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.53%
GREEN value IS 102 (40.23% from 255) = 33.12%
BLUE value IS 152 (59.77% from 255) = 49.35%
R=17.53%
G=33.12%
B=49.35%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal541021520.640.3300.40210.6147.5740.39
Hex3666984021028d33028
Octal66146230100410503236050
Binary1101101100110100110001000000100001010100011010011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366698; }

 p { color: rgb(54,102,152); }

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

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

 a { background-color: rgb(54,102,152); }

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

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

 span { border-color: rgb(54,102,152); }

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