#35688F

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

Shades of Astral #35688F

Tints of Astral #35688F

Color information

#35688F (or 0x35688F) is unknown color: approx Astral. HEX triplet: 35, 68 and 8F. RGB value is (53,104,143). Sum of RGB (Red+Green+Blue) = 53+104+143=300 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.67% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 143 (56.25% from 255 or 47.67% from 300); Max value from RGB is 143 - color contains mainly: blue. Hex color #35688F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35688F is #CA9770. Grayscale: #5C5C5C. Windows color (decimal): -13277041 or 9398325. OLE color: 9398325.

HSL color Cylindrical-coordinate representation of color #35688F: hue angle of 206º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #35688F is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB53104143-
CMYK0.630.2700.44
HSL206º45.92%38.43%-
HSV(B)206º62.94%56.08%-
XYZ11.3812.6427.83-
YUV93.2156.199.33-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.67%
GREEN value IS 104 (41.02% from 255) = 34.67%
BLUE value IS 143 (56.25% from 255) = 47.67%
R=17.67%
G=34.67%
B=47.67%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal531041430.630.2700.4420645.9238.43
Hex35688F3F1B02Cce2e26
Octal6515021777330543165646
Binary11010111010001000111111111111011010110011001110101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35688F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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