#35688D

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

Shades of Astral #35688D

Tints of Astral #35688D

Color information

#35688D (or 0x35688D) is unknown color: approx Astral. HEX triplet: 35, 68 and 8D. RGB value is (53,104,141). Sum of RGB (Red+Green+Blue) = 53+104+141=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 141 (55.47% from 255 or 47.32% from 298); Max value from RGB is 141 - color contains mainly: blue. Hex color #35688D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35688D is #CA9772. Grayscale: #5C5C5C. Windows color (decimal): -13277043 or 9267253. OLE color: 9267253.

HSL color Cylindrical-coordinate representation of color #35688D: hue angle of 205.23º 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 #35688D is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB53104141-
CMYK0.620.2600.45
HSL205.23º45.36%38.04%-
HSV(B)205.23º62.41%55.29%-
XYZ11.2312.5827.04-
YUV92.97155.199.49-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.79%
GREEN value IS 104 (41.02% from 255) = 34.90%
BLUE value IS 141 (55.47% from 255) = 47.32%
R=17.79%
G=34.90%
B=47.32%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal531041410.620.2600.45205.2345.3638.04
Hex35688D3E1A02Dcd2d26
Octal6515021576320553155546
Binary11010111010001000110111111011010010110111001101101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35688D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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