#35688B

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

Shades of Astral #35688B

Tints of Astral #35688B

Color information

#35688B (or 0x35688B) is unknown color: approx Astral. HEX triplet: 35, 68 and 8B. RGB value is (53,104,139). Sum of RGB (Red+Green+Blue) = 53+104+139=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 139 (54.69% from 255 or 46.96% from 296); Max value from RGB is 139 - color contains mainly: blue. Hex color #35688B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35688B is #CA9774. Grayscale: #5C5C5C. Windows color (decimal): -13277045 or 9136181. OLE color: 9136181.

HSL color Cylindrical-coordinate representation of color #35688B: hue angle of 204.42º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #35688B is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB53104139-
CMYK0.620.2500.45
HSL204.42º44.79%37.65%-
HSV(B)204.42º61.87%54.51%-
XYZ11.0812.5226.26-
YUV92.74154.199.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.91%
GREEN value IS 104 (41.02% from 255) = 35.14%
BLUE value IS 139 (54.69% from 255) = 46.96%
R=17.91%
G=35.14%
B=46.96%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal531041390.620.2500.45204.4244.7937.65
Hex35688B3E1902Dcc2d26
Octal6515021376310553145546
Binary11010111010001000101111111011001010110111001100101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35688B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35688B; }

 p { color: rgb(53,104,139); }

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

<style>
 a { background-color: #35688B; }

 a { background-color: rgb(53,104,139); }

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

<style>
 span { border-color: #35688B; }

 span { border-color: rgb(53,104,139); }

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