#356CB9

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

Shades of Lochmara #356CB9

Tints of Lochmara #356CB9

Color information

#356CB9 (or 0x356CB9) is unknown color: approx Lochmara. HEX triplet: 35, 6C and B9. RGB value is (53,108,185). Sum of RGB (Red+Green+Blue) = 53+108+185=346 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.32% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 185 (72.66% from 255 or 53.47% from 346); Max value from RGB is 185 - color contains mainly: blue. Hex color #356CB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356CB9 is #CA9346. Grayscale: #636363. Windows color (decimal): -13275975 or 12151861. OLE color: 12151861.

HSL color Cylindrical-coordinate representation of color #356CB9: hue angle of 215º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #356CB9 is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB53108185-
CMYK0.710.4200.27
HSL215º55.46%46.67%-
HSV(B)215º71.35%72.55%-
XYZ15.5914.9847.97-
YUV100.33175.7894.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.32%
GREEN value IS 108 (42.58% from 255) = 31.21%
BLUE value IS 185 (72.66% from 255) = 53.47%
R=15.32%
G=31.21%
B=53.47%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal531081850.710.4200.2721555.4646.67
Hex356CB9472A01Bd7372f
Octal65154271107520333276757
Binary110101110110010111001100011110101001101111010111110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356CB9; }

 p { color: rgb(53,108,185); }

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

<style>
 a { background-color: #356CB9; }

 a { background-color: rgb(53,108,185); }

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

<style>
 span { border-color: #356CB9; }

 span { border-color: rgb(53,108,185); }

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