#346B92

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

Shades of Astral #346B92

Tints of Astral #346B92

Color information

#346B92 (or 0x346B92) is unknown color: approx Astral. HEX triplet: 34, 6B and 92. RGB value is (52,107,146). Sum of RGB (Red+Green+Blue) = 52+107+146=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 107 (42.19% from 255 or 35.08% from 305); Blue value is 146 (57.42% from 255 or 47.87% from 305); Max value from RGB is 146 - color contains mainly: blue. Hex color #346B92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346B92 is #CB946D. Grayscale: #5E5E5E. Windows color (decimal): -13341806 or 9595700. OLE color: 9595700.

HSL color Cylindrical-coordinate representation of color #346B92: hue angle of 204.89º 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 #346B92 is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB52107146-
CMYK0.640.2700.43
HSL204.89º47.47%38.82%-
HSV(B)204.89º64.38%57.25%-
XYZ11.8613.3229.14-
YUV95156.7897.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.05%
GREEN value IS 107 (42.19% from 255) = 35.08%
BLUE value IS 146 (57.42% from 255) = 47.87%
R=17.05%
G=35.08%
B=47.87%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal521071460.640.2700.43204.8947.4738.82
Hex346B92401B02Bcd2f27
Octal64153222100330533155747
Binary110100110101110010010100000011011010101111001101101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,107,146); }

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

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

 a { background-color: rgb(52,107,146); }

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

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

 span { border-color: rgb(52,107,146); }

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