#346D91

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

Shades of Astral #346D91

Tints of Astral #346D91

Color information

#346D91 (or 0x346D91) is unknown color: approx Astral. HEX triplet: 34, 6D and 91. RGB value is (52,109,145). Sum of RGB (Red+Green+Blue) = 52+109+145=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 109 (42.97% from 255 or 35.62% from 306); Blue value is 145 (57.03% from 255 or 47.39% from 306); Max value from RGB is 145 - color contains mainly: blue. Hex color #346D91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346D91 is #CB926E. Grayscale: #5F5F5F. Windows color (decimal): -13341295 or 9530676. OLE color: 9530676.

HSL color Cylindrical-coordinate representation of color #346D91: hue angle of 203.23º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #346D91 is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB52109145-
CMYK0.640.2500.43
HSL203.23º47.21%38.63%-
HSV(B)203.23º64.14%56.86%-
XYZ1213.7128.8-
YUV96.06155.6296.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.99%
GREEN value IS 109 (42.97% from 255) = 35.62%
BLUE value IS 145 (57.03% from 255) = 47.39%
R=16.99%
G=35.62%
B=47.39%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal521091450.640.2500.43203.2347.2138.63
Hex346D91401902Bcb2f27
Octal64155221100310533135747
Binary110100110110110010001100000011001010101111001011101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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