#35678D

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

Shades of Astral #35678D

Tints of Astral #35678D

Color information

#35678D (or 0x35678D) is unknown color: approx Astral. HEX triplet: 35, 67 and 8D. RGB value is (53,103,141). Sum of RGB (Red+Green+Blue) = 53+103+141=297 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.85% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 141 (55.47% from 255 or 47.47% from 297); Max value from RGB is 141 - color contains mainly: blue. Hex color #35678D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35678D is #CA9872. Grayscale: #5C5C5C. Windows color (decimal): -13277299 or 9266997. OLE color: 9266997.

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

Color convert

RGB53103141-
CMYK0.620.2700.45
HSL205.91º45.36%38.04%-
HSV(B)205.91º62.41%55.29%-
XYZ11.1312.3827-
YUV92.38155.4499.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.85%
GREEN value IS 103 (40.62% from 255) = 34.68%
BLUE value IS 141 (55.47% from 255) = 47.47%
R=17.85%
G=34.68%
B=47.47%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal531031410.620.2700.45205.9145.3638.04
Hex35678D3E1B02Dce2d26
Octal6514721576330553165546
Binary11010111001111000110111111011011010110111001110101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35678D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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