#346E7B

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

Shades of Astral #346E7B

Tints of Astral #346E7B

Color information

#346E7B (or 0x346E7B) is unknown color: approx Astral. HEX triplet: 34, 6E and 7B. RGB value is (52,110,123). Sum of RGB (Red+Green+Blue) = 52+110+123=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 110 (43.36% from 255 or 38.60% from 285); Blue value is 123 (48.44% from 255 or 43.16% from 285); Max value from RGB is 123 - color contains mainly: blue. Hex color #346E7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346E7B is #CB9184. Grayscale: #5E5E5E. Windows color (decimal): -13341061 or 8089140. OLE color: 8089140.

HSL color Cylindrical-coordinate representation of color #346E7B: hue angle of 190.99º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #346E7B is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB52110123-
CMYK0.580.1100.52
HSL190.99º40.57%34.31%-
HSV(B)190.99º57.72%48.24%-
XYZ10.5713.3120.75-
YUV94.14144.2897.94-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.25%
GREEN value IS 110 (43.36% from 255) = 38.60%
BLUE value IS 123 (48.44% from 255) = 43.16%
R=18.25%
G=38.60%
B=43.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal521101230.580.1100.52190.9940.5734.31
Hex346E7B3AB034bf2922
Octal6415617372130642775142
Binary110100110111011110111110101011011010010111111101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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