#35648C

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

Shades of Astral #35648C

Tints of Astral #35648C

Color information

#35648C (or 0x35648C) is unknown color: approx Astral. HEX triplet: 35, 64 and 8C. RGB value is (53,100,140). Sum of RGB (Red+Green+Blue) = 53+100+140=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 140 (55.08% from 255 or 47.78% from 293); Max value from RGB is 140 - color contains mainly: blue. Hex color #35648C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35648C is #CA9B73. Grayscale: #5A5A5A. Windows color (decimal): -13278068 or 9200693. OLE color: 9200693.

HSL color Cylindrical-coordinate representation of color #35648C: hue angle of 207.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 #35648C is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB53100140-
CMYK0.620.2900.45
HSL207.59º45.08%37.84%-
HSV(B)207.59º62.14%54.9%-
XYZ10.7611.7626.51-
YUV90.51155.93101.25-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.09%
GREEN value IS 100 (39.45% from 255) = 34.13%
BLUE value IS 140 (55.08% from 255) = 47.78%
R=18.09%
G=34.13%
B=47.78%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal531001400.620.2900.45207.5945.0837.84
Hex35648C3E1D02Dd02d26
Octal6514421476350553205546
Binary11010111001001000110011111011101010110111010000101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35648C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35648C; }

 p { color: rgb(53,100,140); }

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

<style>
 a { background-color: #35648C; }

 a { background-color: rgb(53,100,140); }

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

<style>
 span { border-color: #35648C; }

 span { border-color: rgb(53,100,140); }

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