#346D7A

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

Shades of Astral #346D7A

Tints of Astral #346D7A

Color information

#346D7A (or 0x346D7A) is unknown color: approx Astral. HEX triplet: 34, 6D and 7A. RGB value is (52,109,122). Sum of RGB (Red+Green+Blue) = 52+109+122=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 109 (42.97% from 255 or 38.52% from 283); Blue value is 122 (48.05% from 255 or 43.11% from 283); Max value from RGB is 122 - color contains mainly: blue. Hex color #346D7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346D7A is #CB9285. Grayscale: #5D5D5D. Windows color (decimal): -13341318 or 8023348. OLE color: 8023348.

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

Color convert

RGB52109122-
CMYK0.570.1100.52
HSL191.14º40.23%34.12%-
HSV(B)191.14º57.38%47.84%-
XYZ10.413.0720.39-
YUV93.44144.1298.44-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.37%
GREEN value IS 109 (42.97% from 255) = 38.52%
BLUE value IS 122 (48.05% from 255) = 43.11%
R=18.37%
G=38.52%
B=43.11%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal521091220.570.1100.52191.1440.2334.12
Hex346D7A39B034bf2822
Octal6415517271130642775042
Binary110100110110111110101110011011011010010111111101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,109,122); }

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

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

 a { background-color: rgb(52,109,122); }

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

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

 span { border-color: rgb(52,109,122); }

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