#3567AF

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

Shades of Lochmara #3567AF

Tints of Lochmara #3567AF

Color information

#3567AF (or 0x3567AF) is unknown color: approx Lochmara. HEX triplet: 35, 67 and AF. RGB value is (53,103,175). Sum of RGB (Red+Green+Blue) = 53+103+175=331 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.01% from 331); Green value is 103 (40.62% from 255 or 31.12% from 331); Blue value is 175 (68.75% from 255 or 52.87% from 331); Max value from RGB is 175 - color contains mainly: blue. Hex color #3567AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3567AF is #CA9850. Grayscale: #5F5F5F. Windows color (decimal): -13277265 or 11495221. OLE color: 11495221.

HSL color Cylindrical-coordinate representation of color #3567AF: hue angle of 215.41º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3567AF is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB53103175-
CMYK0.700.4100.31
HSL215.41º53.51%44.71%-
HSV(B)215.41º69.71%68.63%-
XYZ14.0613.5542.43-
YUV96.26172.4497.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.01%
GREEN value IS 103 (40.62% from 255) = 31.12%
BLUE value IS 175 (68.75% from 255) = 52.87%
R=16.01%
G=31.12%
B=52.87%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal531031750.700.4100.31215.4153.5144.71
Hex3567AF462901Fd7362d
Octal65147257106510373276655
Binary110101110011110101111100011010100101111111010111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3567AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3567AF; }

 p { color: rgb(53,103,175); }

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

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

 a { background-color: rgb(53,103,175); }

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

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

 span { border-color: rgb(53,103,175); }

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