#356B7F

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

Shades of Astral #356B7F

Tints of Astral #356B7F

Color information

#356B7F (or 0x356B7F) is unknown color: approx Astral. HEX triplet: 35, 6B and 7F. RGB value is (53,107,127). Sum of RGB (Red+Green+Blue) = 53+107+127=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 127 (50% from 255 or 44.25% from 287); Max value from RGB is 127 - color contains mainly: blue. Hex color #356B7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356B7F is #CA9480. Grayscale: #5D5D5D. Windows color (decimal): -13276289 or 8350517. OLE color: 8350517.

HSL color Cylindrical-coordinate representation of color #356B7F: hue angle of 196.22º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #356B7F is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB53107127-
CMYK0.580.1600.50
HSL196.22º41.11%35.29%-
HSV(B)196.22º58.27%49.8%-
XYZ10.5612.821.99-
YUV93.13147.1199.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.47%
GREEN value IS 107 (42.19% from 255) = 37.28%
BLUE value IS 127 (50% from 255) = 44.25%
R=18.47%
G=37.28%
B=44.25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal531071270.580.1600.50196.2241.1135.29
Hex356B7F3A10032c42923
Octal6515317772200623045143
Binary1101011101011111111111101010000011001011000100101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,107,127); }

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

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

 a { background-color: rgb(53,107,127); }

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

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

 span { border-color: rgb(53,107,127); }

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