#357A8A

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

Shades of Astral #357A8A

Tints of Astral #357A8A

Color information

#357A8A (or 0x357A8A) is unknown color: approx Astral. HEX triplet: 35, 7A and 8A. RGB value is (53,122,138). Sum of RGB (Red+Green+Blue) = 53+122+138=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 122 (48.05% from 255 or 38.98% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 138 - color contains mainly: blue. Hex color #357A8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357A8A is #CA8575. Grayscale: #676767. Windows color (decimal): -13272438 or 9075253. OLE color: 9075253.

HSL color Cylindrical-coordinate representation of color #357A8A: hue angle of 191.29º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #357A8A is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB53122138-
CMYK0.620.1200.46
HSL191.29º44.5%37.45%-
HSV(B)191.29º61.59%54.12%-
XYZ13.0216.5126.55-
YUV103.19147.6492.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.93%
GREEN value IS 122 (48.05% from 255) = 38.98%
BLUE value IS 138 (54.30% from 255) = 44.09%
R=16.93%
G=38.98%
B=44.09%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal531221380.620.1200.46191.2944.537.45
Hex357A8A3EC02Ebf2d25
Octal6517221276140562775545
Binary1101011111010100010101111101100010111010111111101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357A8A; }

 p { color: rgb(53,122,138); }

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

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

 a { background-color: rgb(53,122,138); }

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

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

 span { border-color: rgb(53,122,138); }

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