#356C7C

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

Shades of Astral #356C7C

Tints of Astral #356C7C

Color information

#356C7C (or 0x356C7C) is unknown color: approx Astral. HEX triplet: 35, 6C and 7C. RGB value is (53,108,124). Sum of RGB (Red+Green+Blue) = 53+108+124=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 108 (42.58% from 255 or 37.89% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 124 - color contains mainly: blue. Hex color #356C7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356C7C is #CA9383. Grayscale: #5D5D5D. Windows color (decimal): -13276036 or 8154165. OLE color: 8154165.

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

Color convert

RGB53108124-
CMYK0.570.1300.51
HSL193.52º40.11%34.71%-
HSV(B)193.52º57.26%48.63%-
XYZ10.4712.9421.01-
YUV93.38145.2899.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.60%
GREEN value IS 108 (42.58% from 255) = 37.89%
BLUE value IS 124 (48.83% from 255) = 43.51%
R=18.60%
G=37.89%
B=43.51%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal531081240.570.1300.51193.5240.1134.71
Hex356C7C39D033c22823
Octal6515417471150633025043
Binary110101110110011111001110011101011001111000010101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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