#3667AB

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

Shades of Lochmara #3667AB

Tints of Lochmara #3667AB

Color information

#3667AB (or 0x3667AB) is unknown color: approx Lochmara. HEX triplet: 36, 67 and AB. RGB value is (54,103,171). Sum of RGB (Red+Green+Blue) = 54+103+171=328 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.46% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #3667AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3667AB is #C99854. Grayscale: #5F5F5F. Windows color (decimal): -13211733 or 11233078. OLE color: 11233078.

HSL color Cylindrical-coordinate representation of color #3667AB: hue angle of 214.87º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3667AB is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB54103171-
CMYK0.680.4000.33
HSL214.87º52%44.12%-
HSV(B)214.87º68.42%67.06%-
XYZ13.7213.4340.4-
YUV96.1170.2797.97-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.46%
GREEN value IS 103 (40.62% from 255) = 31.40%
BLUE value IS 171 (67.19% from 255) = 52.13%
R=16.46%
G=31.40%
B=52.13%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal541031710.680.4000.33214.875244.12
Hex3667AB4428021d7342c
Octal66147253104500413276454
Binary1101101100111101010111000100101000010000111010111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3667AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3667AB; }

 p { color: rgb(54,103,171); }

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

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

 a { background-color: rgb(54,103,171); }

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

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

 span { border-color: rgb(54,103,171); }

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