#35658E

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

Shades of Astral #35658E

Tints of Astral #35658E

Color information

#35658E (or 0x35658E) is unknown color: approx Astral. HEX triplet: 35, 65 and 8E. RGB value is (53,101,142). Sum of RGB (Red+Green+Blue) = 53+101+142=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 142 (55.86% from 255 or 47.97% from 296); Max value from RGB is 142 - color contains mainly: blue. Hex color #35658E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35658E is #CA9A71. Grayscale: #5B5B5B. Windows color (decimal): -13277810 or 9332021. OLE color: 9332021.

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

Color convert

RGB53101142-
CMYK0.630.2900.44
HSL207.64º45.64%38.24%-
HSV(B)207.64º62.68%55.69%-
XYZ1112.0227.33-
YUV91.32156.6100.67-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.91%
GREEN value IS 101 (39.84% from 255) = 34.12%
BLUE value IS 142 (55.86% from 255) = 47.97%
R=17.91%
G=34.12%
B=47.97%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal531011420.630.2900.44207.6445.6438.24
Hex35658E3F1D02Cd02e26
Octal6514521677350543205646
Binary11010111001011000111011111111101010110011010000101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35658E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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