#35668E

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

Shades of Astral #35668E

Tints of Astral #35668E

Color information

#35668E (or 0x35668E) is unknown color: approx Astral. HEX triplet: 35, 66 and 8E. RGB value is (53,102,142). Sum of RGB (Red+Green+Blue) = 53+102+142=297 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.85% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 142 (55.86% from 255 or 47.81% from 297); Max value from RGB is 142 - color contains mainly: blue. Hex color #35668E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35668E is #CA9971. Grayscale: #5B5B5B. Windows color (decimal): -13277554 or 9332277. OLE color: 9332277.

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

Color convert

RGB53102142-
CMYK0.630.2800.44
HSL206.97º45.64%38.24%-
HSV(B)206.97º62.68%55.69%-
XYZ11.112.2127.36-
YUV91.91156.27100.25-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.85%
GREEN value IS 102 (40.23% from 255) = 34.34%
BLUE value IS 142 (55.86% from 255) = 47.81%
R=17.85%
G=34.34%
B=47.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal531021420.630.2800.44206.9745.6438.24
Hex35668E3F1C02Ccf2e26
Octal6514621677340543175646
Binary11010111001101000111011111111100010110011001111101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35668E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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