#3565A4

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

Shades of Lochmara #3565A4

Tints of Lochmara #3565A4

Color information

#3565A4 (or 0x3565A4) is unknown color: approx Lochmara. HEX triplet: 35, 65 and A4. RGB value is (53,101,164). Sum of RGB (Red+Green+Blue) = 53+101+164=318 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.67% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 164 (64.45% from 255 or 51.57% from 318); Max value from RGB is 164 - color contains mainly: blue. Hex color #3565A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3565A4 is #CA9A5B. Grayscale: #5D5D5D. Windows color (decimal): -13277788 or 10773813. OLE color: 10773813.

HSL color Cylindrical-coordinate representation of color #3565A4: hue angle of 214.05º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3565A4 is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB53101164-
CMYK0.680.3800.36
HSL214.05º51.15%42.55%-
HSV(B)214.05º67.68%64.31%-
XYZ12.8212.7436.91-
YUV93.83167.698.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.67%
GREEN value IS 101 (39.84% from 255) = 31.76%
BLUE value IS 164 (64.45% from 255) = 51.57%
R=16.67%
G=31.76%
B=51.57%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal531011640.680.3800.36214.0551.1542.55
Hex3565A44426024d6332b
Octal65145244104460443266353
Binary1101011100101101001001000100100110010010011010110110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3565A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3565A4; }

 p { color: rgb(53,101,164); }

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

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

 a { background-color: rgb(53,101,164); }

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

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

 span { border-color: rgb(53,101,164); }

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