#35738A

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

Shades of Astral #35738A

Tints of Astral #35738A

Color information

#35738A (or 0x35738A) is unknown color: approx Astral. HEX triplet: 35, 73 and 8A. RGB value is (53,115,138). Sum of RGB (Red+Green+Blue) = 53+115+138=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 115 (45.31% from 255 or 37.58% from 306); Blue value is 138 (54.30% from 255 or 45.10% from 306); Max value from RGB is 138 - color contains mainly: blue. Hex color #35738A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35738A is #CA8C75. Grayscale: #626262. Windows color (decimal): -13274230 or 9073461. OLE color: 9073461.

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

Color convert

RGB53115138-
CMYK0.620.1700.46
HSL196.24º44.5%37.45%-
HSV(B)196.24º61.59%54.12%-
XYZ12.1914.8526.27-
YUV99.08149.9695.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.32%
GREEN value IS 115 (45.31% from 255) = 37.58%
BLUE value IS 138 (54.30% from 255) = 45.10%
R=17.32%
G=37.58%
B=45.10%

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
Decimal531151380.620.1700.46196.2444.537.45
Hex35738A3E1102Ec42d25
Octal6516321276210563045545
Binary11010111100111000101011111010001010111011000100101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35738A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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