#356CB4

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

Shades of Lochmara #356CB4

Tints of Lochmara #356CB4

Color information

#356CB4 (or 0x356CB4) is unknown color: approx Lochmara. HEX triplet: 35, 6C and B4. RGB value is (53,108,180). Sum of RGB (Red+Green+Blue) = 53+108+180=341 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.54% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 180 (70.70% from 255 or 52.79% from 341); Max value from RGB is 180 - color contains mainly: blue. Hex color #356CB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356CB4 is #CA934B. Grayscale: #636363. Windows color (decimal): -13275980 or 11824181. OLE color: 11824181.

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

Color convert

RGB53108180-
CMYK0.710.4000.29
HSL214.02º54.51%45.69%-
HSV(B)214.02º70.56%70.59%-
XYZ15.0714.7845.24-
YUV99.76173.2894.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.54%
GREEN value IS 108 (42.58% from 255) = 31.67%
BLUE value IS 180 (70.70% from 255) = 52.79%
R=15.54%
G=31.67%
B=52.79%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal531081800.710.4000.29214.0254.5145.69
Hex356CB4472801Dd6372e
Octal65154264107500353266756
Binary110101110110010110100100011110100001110111010110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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