#35697C

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

Shades of Astral #35697C

Tints of Astral #35697C

Color information

#35697C (or 0x35697C) is unknown color: approx Astral. HEX triplet: 35, 69 and 7C. RGB value is (53,105,124). Sum of RGB (Red+Green+Blue) = 53+105+124=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 124 (48.83% from 255 or 43.97% from 282); Max value from RGB is 124 - color contains mainly: blue. Hex color #35697C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35697C is #CA9683. Grayscale: #5B5B5B. Windows color (decimal): -13276804 or 8153397. OLE color: 8153397.

HSL color Cylindrical-coordinate representation of color #35697C: hue angle of 196.06º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #35697C is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB53105124-
CMYK0.570.1500.51
HSL196.06º40.11%34.71%-
HSV(B)196.06º57.26%48.63%-
XYZ10.1612.3220.91-
YUV91.62146.27100.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.79%
GREEN value IS 105 (41.41% from 255) = 37.23%
BLUE value IS 124 (48.83% from 255) = 43.97%
R=18.79%
G=37.23%
B=43.97%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal531051240.570.1500.51196.0640.1134.71
Hex35697C39F033c42823
Octal6515117471170633045043
Binary110101110100111111001110011111011001111000100101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35697C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35697C; }

 p { color: rgb(53,105,124); }

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

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

 a { background-color: rgb(53,105,124); }

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

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

 span { border-color: rgb(53,105,124); }

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