#356C7D

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

Shades of Astral #356C7D

Tints of Astral #356C7D

Color information

#356C7D (or 0x356C7D) is unknown color: approx Astral. HEX triplet: 35, 6C and 7D. RGB value is (53,108,125). Sum of RGB (Red+Green+Blue) = 53+108+125=286 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.53% from 286); Green value is 108 (42.58% from 255 or 37.76% from 286); Blue value is 125 (49.22% from 255 or 43.71% from 286); Max value from RGB is 125 - color contains mainly: blue. Hex color #356C7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356C7D is #CA9382. Grayscale: #5D5D5D. Windows color (decimal): -13276035 or 8219701. OLE color: 8219701.

HSL color Cylindrical-coordinate representation of color #356C7D: hue angle of 194.17º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #356C7D is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB53108125-
CMYK0.580.1400.51
HSL194.17º40.45%34.9%-
HSV(B)194.17º57.6%49.02%-
XYZ10.5312.9621.35-
YUV93.49145.7899.12-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.53%
GREEN value IS 108 (42.58% from 255) = 37.76%
BLUE value IS 125 (49.22% from 255) = 43.71%
R=18.53%
G=37.76%
B=43.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal531081250.580.1400.51194.1740.4534.9
Hex356C7D3AE033c22823
Octal6515417572160633025043
Binary110101110110011111011110101110011001111000010101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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