#357488

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

Shades of Astral #357488

Tints of Astral #357488

Color information

#357488 (or 0x357488) is unknown color: approx Astral. HEX triplet: 35, 74 and 88. RGB value is (53,116,136). Sum of RGB (Red+Green+Blue) = 53+116+136=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 136 (53.52% from 255 or 44.59% from 305); Max value from RGB is 136 - color contains mainly: blue. Hex color #357488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357488 is #CA8B77. Grayscale: #636363. Windows color (decimal): -13273976 or 8942645. OLE color: 8942645.

HSL color Cylindrical-coordinate representation of color #357488: hue angle of 194.46º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #357488 is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB53116136-
CMYK0.610.1500.47
HSL194.46º43.92%37.06%-
HSV(B)194.46º61.03%53.33%-
XYZ12.1615.0325.55-
YUV99.44148.6394.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.38%
GREEN value IS 116 (45.70% from 255) = 38.03%
BLUE value IS 136 (53.52% from 255) = 44.59%
R=17.38%
G=38.03%
B=44.59%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal531161360.610.1500.47194.4643.9237.06
Hex3574883DF02Fc22c25
Octal6516421075170573025445
Binary1101011110100100010001111011111010111111000010101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357488; }

 p { color: rgb(53,116,136); }

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

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

 a { background-color: rgb(53,116,136); }

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

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

 span { border-color: rgb(53,116,136); }

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