#35728A

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

Shades of Astral #35728A

Tints of Astral #35728A

Color information

#35728A (or 0x35728A) is unknown color: approx Astral. HEX triplet: 35, 72 and 8A. RGB value is (53,114,138). Sum of RGB (Red+Green+Blue) = 53+114+138=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 138 (54.30% from 255 or 45.25% from 305); Max value from RGB is 138 - color contains mainly: blue. Hex color #35728A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35728A is #CA8D75. Grayscale: #626262. Windows color (decimal): -13274486 or 9073205. OLE color: 9073205.

HSL color Cylindrical-coordinate representation of color #35728A: hue angle of 196.94º 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 #35728A is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB53114138-
CMYK0.620.1700.46
HSL196.94º44.5%37.45%-
HSV(B)196.94º61.59%54.12%-
XYZ12.0714.6326.23-
YUV98.5150.2995.55-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.38%
GREEN value IS 114 (44.92% from 255) = 37.38%
BLUE value IS 138 (54.30% from 255) = 45.25%
R=17.38%
G=37.38%
B=45.25%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal531141380.620.1700.46196.9444.537.45
Hex35728A3E1102Ec52d25
Octal6516221276210563055545
Binary11010111100101000101011111010001010111011000101101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35728A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35728A; }

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

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

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

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

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

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

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

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