#346E8B

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

Shades of Astral #346E8B

Tints of Astral #346E8B

Color information

#346E8B (or 0x346E8B) is unknown color: approx Astral. HEX triplet: 34, 6E and 8B. RGB value is (52,110,139). Sum of RGB (Red+Green+Blue) = 52+110+139=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 110 (43.36% from 255 or 36.54% from 301); Blue value is 139 (54.69% from 255 or 46.18% from 301); Max value from RGB is 139 - color contains mainly: blue. Hex color #346E8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346E8B is #CB9174. Grayscale: #5F5F5F. Windows color (decimal): -13341045 or 9137716. OLE color: 9137716.

HSL color Cylindrical-coordinate representation of color #346E8B: hue angle of 200º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #346E8B is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB52110139-
CMYK0.630.2100.45
HSL200º45.55%37.45%-
HSV(B)200º62.59%54.51%-
XYZ11.6513.7526.47-
YUV95.96152.2896.64-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.28%
GREEN value IS 110 (43.36% from 255) = 36.54%
BLUE value IS 139 (54.69% from 255) = 46.18%
R=17.28%
G=36.54%
B=46.18%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal521101390.630.2100.4520045.5537.45
Hex346E8B3F1502Dc82e25
Octal6415621377250553105645
Binary11010011011101000101111111110101010110111001000101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,110,139); }

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

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

 a { background-color: rgb(52,110,139); }

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

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

 span { border-color: rgb(52,110,139); }

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