#356E83

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

Shades of Astral #356E83

Tints of Astral #356E83

Color information

#356E83 (or 0x356E83) is unknown color: approx Astral. HEX triplet: 35, 6E and 83. RGB value is (53,110,131). Sum of RGB (Red+Green+Blue) = 53+110+131=294 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.03% from 294); Green value is 110 (43.36% from 255 or 37.41% from 294); Blue value is 131 (51.56% from 255 or 44.56% from 294); Max value from RGB is 131 - color contains mainly: blue. Hex color #356E83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356E83 is #CA917C. Grayscale: #5F5F5F. Windows color (decimal): -13275517 or 8613429. OLE color: 8613429.

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

Color convert

RGB53110131-
CMYK0.600.1600.49
HSL196.15º42.39%36.08%-
HSV(B)196.15º59.54%51.37%-
XYZ11.1413.5523.5-
YUV95.35148.1297.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.03%
GREEN value IS 110 (43.36% from 255) = 37.41%
BLUE value IS 131 (51.56% from 255) = 44.56%
R=18.03%
G=37.41%
B=44.56%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal531101310.600.1600.49196.1542.3936.08
Hex356E833C10031c42a24
Octal6515620374200613045244
Binary11010111011101000001111110010000011000111000100101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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