#356DB9

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

Shades of Lochmara #356DB9

Tints of Lochmara #356DB9

Color information

#356DB9 (or 0x356DB9) is unknown color: approx Lochmara. HEX triplet: 35, 6D and B9. RGB value is (53,109,185). Sum of RGB (Red+Green+Blue) = 53+109+185=347 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.27% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 185 (72.66% from 255 or 53.31% from 347); Max value from RGB is 185 - color contains mainly: blue. Hex color #356DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356DB9 is #CA9246. Grayscale: #646464. Windows color (decimal): -13275719 or 12152117. OLE color: 12152117.

HSL color Cylindrical-coordinate representation of color #356DB9: hue angle of 214.55º 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 #356DB9 is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB53109185-
CMYK0.710.4100.27
HSL214.55º55.46%46.67%-
HSV(B)214.55º71.35%72.55%-
XYZ15.6915.248.01-
YUV100.92175.4593.82-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.27%
GREEN value IS 109 (42.97% from 255) = 31.41%
BLUE value IS 185 (72.66% from 255) = 53.31%
R=15.27%
G=31.41%
B=53.31%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal531091850.710.4100.27214.5555.4646.67
Hex356DB9472901Bd7372f
Octal65155271107510333276757
Binary110101110110110111001100011110100101101111010111110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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