#35727F

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

Shades of Astral #35727F

Tints of Astral #35727F

Color information

#35727F (or 0x35727F) is unknown color: approx Astral. HEX triplet: 35, 72 and 7F. RGB value is (53,114,127). Sum of RGB (Red+Green+Blue) = 53+114+127=294 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.03% from 294); Green value is 114 (44.92% from 255 or 38.78% from 294); Blue value is 127 (50% from 255 or 43.20% from 294); Max value from RGB is 127 - color contains mainly: blue. Hex color #35727F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35727F is #CA8D80. Grayscale: #616161. Windows color (decimal): -13274497 or 8352309. OLE color: 8352309.

HSL color Cylindrical-coordinate representation of color #35727F: hue angle of 190.54º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #35727F is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB53114127-
CMYK0.580.1000.50
HSL190.54º41.11%35.29%-
HSV(B)190.54º58.27%49.8%-
XYZ11.3214.3222.25-
YUV97.24144.7996.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.03%
GREEN value IS 114 (44.92% from 255) = 38.78%
BLUE value IS 127 (50% from 255) = 43.20%
R=18.03%
G=38.78%
B=43.20%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal531141270.580.1000.50190.5441.1135.29
Hex35727F3AA032bf2923
Octal6516217772120622775143
Binary110101111001011111111110101010011001010111111101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35727F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35727F; }

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

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

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

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

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

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

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

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