#346887

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

Shades of Astral #346887

Tints of Astral #346887

Color information

#346887 (or 0x346887) is unknown color: approx Astral. HEX triplet: 34, 68 and 87. RGB value is (52,104,135). Sum of RGB (Red+Green+Blue) = 52+104+135=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 104 (41.02% from 255 or 35.74% from 291); Blue value is 135 (53.12% from 255 or 46.39% from 291); Max value from RGB is 135 - color contains mainly: blue. Hex color #346887 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346887 is #CB9778. Grayscale: #5B5B5B. Windows color (decimal): -13342585 or 8874036. OLE color: 8874036.

HSL color Cylindrical-coordinate representation of color #346887: hue angle of 202.41º 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 #346887 is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB52104135-
CMYK0.610.2300.47
HSL202.41º44.39%36.67%-
HSV(B)202.41º61.48%52.94%-
XYZ10.7412.3824.75-
YUV91.99152.2799.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.87%
GREEN value IS 104 (41.02% from 255) = 35.74%
BLUE value IS 135 (53.12% from 255) = 46.39%
R=17.87%
G=35.74%
B=46.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal521041350.610.2300.47202.4144.3936.67
Hex3468873D1702Fca2c25
Octal6415020775270573125445
Binary11010011010001000011111110110111010111111001010101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346887; }

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

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

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

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

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

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

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

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