#35678E

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

Shades of Astral #35678E

Tints of Astral #35678E

Color information

#35678E (or 0x35678E) is unknown color: approx Astral. HEX triplet: 35, 67 and 8E. RGB value is (53,103,142). Sum of RGB (Red+Green+Blue) = 53+103+142=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 103 (40.62% from 255 or 34.56% from 298); Blue value is 142 (55.86% from 255 or 47.65% from 298); Max value from RGB is 142 - color contains mainly: blue. Hex color #35678E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35678E is #CA9871. Grayscale: #5C5C5C. Windows color (decimal): -13277298 or 9332533. OLE color: 9332533.

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

Color convert

RGB53103142-
CMYK0.630.2700.44
HSL206.29º45.64%38.24%-
HSV(B)206.29º62.68%55.69%-
XYZ11.212.4127.4-
YUV92.5155.9499.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.79%
GREEN value IS 103 (40.62% from 255) = 34.56%
BLUE value IS 142 (55.86% from 255) = 47.65%
R=17.79%
G=34.56%
B=47.65%

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
Decimal531031420.630.2700.44206.2945.6438.24
Hex35678E3F1B02Cce2e26
Octal6514721677330543165646
Binary11010111001111000111011111111011010110011001110101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35678E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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