#3666A7

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

Shades of Lochmara #3666A7

Tints of Lochmara #3666A7

Color information

#3666A7 (or 0x3666A7) is unknown color: approx Lochmara. HEX triplet: 36, 66 and A7. RGB value is (54,102,167). Sum of RGB (Red+Green+Blue) = 54+102+167=323 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.72% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 167 (65.62% from 255 or 51.70% from 323); Max value from RGB is 167 - color contains mainly: blue. Hex color #3666A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3666A7 is #C99958. Grayscale: #5E5E5E. Windows color (decimal): -13211993 or 10970678. OLE color: 10970678.

HSL color Cylindrical-coordinate representation of color #3666A7: hue angle of 214.51º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3666A7 is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB54102167-
CMYK0.680.3900.35
HSL214.51º51.13%43.33%-
HSV(B)214.51º67.66%65.49%-
XYZ13.2513.0838.39-
YUV95.06168.698.71-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.72%
GREEN value IS 102 (40.23% from 255) = 31.58%
BLUE value IS 167 (65.62% from 255) = 51.70%
R=16.72%
G=31.58%
B=51.70%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal541021670.680.3900.35214.5151.1343.33
Hex3666A74427023d7332b
Octal66146247104470433276353
Binary1101101100110101001111000100100111010001111010111110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3666A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3666A7; }

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

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

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

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

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

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

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

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