#357384

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

Shades of Astral #357384

Tints of Astral #357384

Color information

#357384 (or 0x357384) is unknown color: approx Astral. HEX triplet: 35, 73 and 84. RGB value is (53,115,132). Sum of RGB (Red+Green+Blue) = 53+115+132=300 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.67% from 300); Green value is 115 (45.31% from 255 or 38.33% from 300); Blue value is 132 (51.95% from 255 or 44% from 300); Max value from RGB is 132 - color contains mainly: blue. Hex color #357384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357384 is #CA8C7B. Grayscale: #626262. Windows color (decimal): -13274236 or 8680245. OLE color: 8680245.

HSL color Cylindrical-coordinate representation of color #357384: hue angle of 192.91º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #357384 is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB53115132-
CMYK0.600.1300.48
HSL192.91º42.7%36.27%-
HSV(B)192.91º59.85%51.76%-
XYZ11.7614.6824.04-
YUV98.4146.9695.62-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.67%
GREEN value IS 115 (45.31% from 255) = 38.33%
BLUE value IS 132 (51.95% from 255) = 44%
R=17.67%
G=38.33%
B=44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal531151320.600.1300.48192.9142.736.27
Hex3573843CD030c12b24
Octal6516320474150603015344
Binary1101011110011100001001111001101011000011000001101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357384; }

 p { color: rgb(53,115,132); }

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

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

 a { background-color: rgb(53,115,132); }

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

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

 span { border-color: rgb(53,115,132); }

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