#3568AE

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

Shades of Lochmara #3568AE

Tints of Lochmara #3568AE

Color information

#3568AE (or 0x3568AE) is unknown color: approx Lochmara. HEX triplet: 35, 68 and AE. RGB value is (53,104,174). Sum of RGB (Red+Green+Blue) = 53+104+174=331 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.01% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 174 (68.36% from 255 or 52.57% from 331); Max value from RGB is 174 - color contains mainly: blue. Hex color #3568AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3568AE is #CA9751. Grayscale: #606060. Windows color (decimal): -13277010 or 11429941. OLE color: 11429941.

HSL color Cylindrical-coordinate representation of color #3568AE: hue angle of 214.71º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3568AE is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB53104174-
CMYK0.700.4000.32
HSL214.71º53.3%44.51%-
HSV(B)214.71º69.54%68.24%-
XYZ14.0613.7141.95-
YUV96.73171.696.81-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.01%
GREEN value IS 104 (41.02% from 255) = 31.42%
BLUE value IS 174 (68.36% from 255) = 52.57%
R=16.01%
G=31.42%
B=52.57%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal531041740.700.4000.32214.7153.344.51
Hex3568AE4628020d7352d
Octal65150256106500403276555
Binary1101011101000101011101000110101000010000011010111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3568AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3568AE; }

 p { color: rgb(53,104,174); }

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

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

 a { background-color: rgb(53,104,174); }

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

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

 span { border-color: rgb(53,104,174); }

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