#346B85

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

Shades of Astral #346B85

Tints of Astral #346B85

Color information

#346B85 (or 0x346B85) is unknown color: approx Astral. HEX triplet: 34, 6B and 85. RGB value is (52,107,133). Sum of RGB (Red+Green+Blue) = 52+107+133=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 107 (42.19% from 255 or 36.64% from 292); Blue value is 133 (52.34% from 255 or 45.55% from 292); Max value from RGB is 133 - color contains mainly: blue. Hex color #346B85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346B85 is #CB947A. Grayscale: #5D5D5D. Windows color (decimal): -13341819 or 8743732. OLE color: 8743732.

HSL color Cylindrical-coordinate representation of color #346B85: hue angle of 199.26º 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 #346B85 is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB52107133-
CMYK0.610.2000.48
HSL199.26º43.78%36.27%-
HSV(B)199.26º60.9%52.16%-
XYZ10.9112.9424.11-
YUV93.52150.2898.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.81%
GREEN value IS 107 (42.19% from 255) = 36.64%
BLUE value IS 133 (52.34% from 255) = 45.55%
R=17.81%
G=36.64%
B=45.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal521071330.610.2000.48199.2643.7836.27
Hex346B853D14030c72c24
Octal6415320575240603075444
Binary11010011010111000010111110110100011000011000111101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346B85; }

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

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

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

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

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

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

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

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