#356E82

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

Shades of Astral #356E82

Tints of Astral #356E82

Color information

#356E82 (or 0x356E82) is unknown color: approx Astral. HEX triplet: 35, 6E and 82. RGB value is (53,110,130). Sum of RGB (Red+Green+Blue) = 53+110+130=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 110 (43.36% from 255 or 37.54% from 293); Blue value is 130 (51.17% from 255 or 44.37% from 293); Max value from RGB is 130 - color contains mainly: blue. Hex color #356E82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356E82 is #CA917D. Grayscale: #5F5F5F. Windows color (decimal): -13275518 or 8547893. OLE color: 8547893.

HSL color Cylindrical-coordinate representation of color #356E82: hue angle of 195.58º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #356E82 is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB53110130-
CMYK0.590.1500.49
HSL195.58º42.08%35.88%-
HSV(B)195.58º59.23%50.98%-
XYZ11.0713.5223.15-
YUV95.24147.6297.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.09%
GREEN value IS 110 (43.36% from 255) = 37.54%
BLUE value IS 130 (51.17% from 255) = 44.37%
R=18.09%
G=37.54%
B=44.37%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal531101300.590.1500.49195.5842.0835.88
Hex356E823BF031c42a24
Octal6515620273170613045244
Binary1101011101110100000101110111111011000111000100101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,110,130); }

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

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

 a { background-color: rgb(53,110,130); }

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

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

 span { border-color: rgb(53,110,130); }

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