#346987

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

Shades of Astral #346987

Tints of Astral #346987

Color information

#346987 (or 0x346987) is unknown color: approx Astral. HEX triplet: 34, 69 and 87. RGB value is (52,105,135). Sum of RGB (Red+Green+Blue) = 52+105+135=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 105 (41.41% from 255 or 35.96% from 292); Blue value is 135 (53.12% from 255 or 46.23% from 292); Max value from RGB is 135 - color contains mainly: blue. Hex color #346987 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346987 is #CB9678. Grayscale: #5C5C5C. Windows color (decimal): -13342329 or 8874292. OLE color: 8874292.

HSL color Cylindrical-coordinate representation of color #346987: hue angle of 201.69º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #346987 is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB52105135-
CMYK0.610.2200.47
HSL201.69º44.39%36.67%-
HSV(B)201.69º61.48%52.94%-
XYZ10.8412.5824.78-
YUV92.57151.9499.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.81%
GREEN value IS 105 (41.41% from 255) = 35.96%
BLUE value IS 135 (53.12% from 255) = 46.23%
R=17.81%
G=35.96%
B=46.23%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal521051350.610.2200.47201.6944.3936.67
Hex3469873D1602Fca2c25
Octal6415120775260573125445
Binary11010011010011000011111110110110010111111001010101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346987; }

 p { color: rgb(52,105,135); }

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

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

 a { background-color: rgb(52,105,135); }

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

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

 span { border-color: rgb(52,105,135); }

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