#3569B4

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

Shades of Lochmara #3569B4

Tints of Lochmara #3569B4

Color information

#3569B4 (or 0x3569B4) is unknown color: approx Lochmara. HEX triplet: 35, 69 and B4. RGB value is (53,105,180). Sum of RGB (Red+Green+Blue) = 53+105+180=338 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.68% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 180 (70.70% from 255 or 53.25% from 338); Max value from RGB is 180 - color contains mainly: blue. Hex color #3569B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3569B4 is #CA964B. Grayscale: #616161. Windows color (decimal): -13276748 or 11823413. OLE color: 11823413.

HSL color Cylindrical-coordinate representation of color #3569B4: hue angle of 215.43º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3569B4 is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB53105180-
CMYK0.710.4200.29
HSL215.43º54.51%45.69%-
HSV(B)215.43º70.56%70.59%-
XYZ14.7614.1645.13-
YUV98174.2795.9-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.68%
GREEN value IS 105 (41.41% from 255) = 31.07%
BLUE value IS 180 (70.70% from 255) = 53.25%
R=15.68%
G=31.07%
B=53.25%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal531051800.710.4200.29215.4354.5145.69
Hex3569B4472A01Dd7372e
Octal65151264107520353276756
Binary110101110100110110100100011110101001110111010111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3569B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3569B4; }

 p { color: rgb(53,105,180); }

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

<style>
 a { background-color: #3569B4; }

 a { background-color: rgb(53,105,180); }

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

<style>
 span { border-color: #3569B4; }

 span { border-color: rgb(53,105,180); }

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