#346885

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

Shades of Astral #346885

Tints of Astral #346885

Color information

#346885 (or 0x346885) is unknown color: approx Astral. HEX triplet: 34, 68 and 85. RGB value is (52,104,133). Sum of RGB (Red+Green+Blue) = 52+104+133=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 133 - color contains mainly: blue. Hex color #346885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346885 is #CB977A. Grayscale: #5B5B5B. Windows color (decimal): -13342587 or 8742964. OLE color: 8742964.

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

Color convert

RGB52104133-
CMYK0.610.2200.48
HSL201.48º43.78%36.27%-
HSV(B)201.48º60.9%52.16%-
XYZ10.612.3224.01-
YUV91.76151.2799.64-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.99%
GREEN value IS 104 (41.02% from 255) = 35.99%
BLUE value IS 133 (52.34% from 255) = 46.02%
R=17.99%
G=35.99%
B=46.02%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal521041330.610.2200.48201.4843.7836.27
Hex3468853D16030c92c24
Octal6415020575260603115444
Binary11010011010001000010111110110110011000011001001101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346885; }

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

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

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

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

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

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

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

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