#346A8A

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

Shades of Astral #346A8A

Tints of Astral #346A8A

Color information

#346A8A (or 0x346A8A) is unknown color: approx Astral. HEX triplet: 34, 6A and 8A. RGB value is (52,106,138). Sum of RGB (Red+Green+Blue) = 52+106+138=296 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.57% from 296); Green value is 106 (41.80% from 255 or 35.81% from 296); Blue value is 138 (54.30% from 255 or 46.62% from 296); Max value from RGB is 138 - color contains mainly: blue. Hex color #346A8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346A8A is #CB9575. Grayscale: #5D5D5D. Windows color (decimal): -13342070 or 9071156. OLE color: 9071156.

HSL color Cylindrical-coordinate representation of color #346A8A: hue angle of 202.33º 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 #346A8A is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB52106138-
CMYK0.620.2300.46
HSL202.33º45.26%37.25%-
HSV(B)202.33º62.32%54.12%-
XYZ11.1612.8725.94-
YUV93.5153.1198.4-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.57%
GREEN value IS 106 (41.80% from 255) = 35.81%
BLUE value IS 138 (54.30% from 255) = 46.62%
R=17.57%
G=35.81%
B=46.62%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal521061380.620.2300.46202.3345.2637.25
Hex346A8A3E1702Eca2d25
Octal6415221276270563125545
Binary11010011010101000101011111010111010111011001010101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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