#35668D

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

Shades of Astral #35668D

Tints of Astral #35668D

Color information

#35668D (or 0x35668D) is unknown color: approx Astral. HEX triplet: 35, 66 and 8D. RGB value is (53,102,141). Sum of RGB (Red+Green+Blue) = 53+102+141=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 102 (40.23% from 255 or 34.46% from 296); Blue value is 141 (55.47% from 255 or 47.64% from 296); Max value from RGB is 141 - color contains mainly: blue. Hex color #35668D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35668D is #CA9972. Grayscale: #5B5B5B. Windows color (decimal): -13277555 or 9266741. OLE color: 9266741.

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

Color convert

RGB53102141-
CMYK0.620.2800.45
HSL206.59º45.36%38.04%-
HSV(B)206.59º62.41%55.29%-
XYZ11.0312.1826.97-
YUV91.79155.77100.33-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.91%
GREEN value IS 102 (40.23% from 255) = 34.46%
BLUE value IS 141 (55.47% from 255) = 47.64%
R=17.91%
G=34.46%
B=47.64%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal531021410.620.2800.45206.5945.3638.04
Hex35668D3E1C02Dcf2d26
Octal6514621576340553175546
Binary11010111001101000110111111011100010110111001111101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35668D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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