#346D8A

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

Shades of Astral #346D8A

Tints of Astral #346D8A

Color information

#346D8A (or 0x346D8A) is unknown color: approx Astral. HEX triplet: 34, 6D and 8A. RGB value is (52,109,138). Sum of RGB (Red+Green+Blue) = 52+109+138=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 109 (42.97% from 255 or 36.45% from 299); Blue value is 138 (54.30% from 255 or 46.15% from 299); Max value from RGB is 138 - color contains mainly: blue. Hex color #346D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346D8A is #CB9275. Grayscale: #5F5F5F. Windows color (decimal): -13341302 or 9071924. OLE color: 9071924.

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

Color convert

RGB52109138-
CMYK0.620.2100.46
HSL200.23º45.26%37.25%-
HSV(B)200.23º62.32%54.12%-
XYZ11.4713.526.05-
YUV95.26152.1297.14-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.39%
GREEN value IS 109 (42.97% from 255) = 36.45%
BLUE value IS 138 (54.30% from 255) = 46.15%
R=17.39%
G=36.45%
B=46.15%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal521091380.620.2100.46200.2345.2637.25
Hex346D8A3E1502Ec82d25
Octal6415521276250563105545
Binary11010011011011000101011111010101010111011001000101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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