#346E92

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

Shades of Astral #346E92

Tints of Astral #346E92

Color information

#346E92 (or 0x346E92) is unknown color: approx Astral. HEX triplet: 34, 6E and 92. RGB value is (52,110,146). Sum of RGB (Red+Green+Blue) = 52+110+146=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 110 (43.36% from 255 or 35.71% from 308); Blue value is 146 (57.42% from 255 or 47.40% from 308); Max value from RGB is 146 - color contains mainly: blue. Hex color #346E92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346E92 is #CB916D. Grayscale: #606060. Windows color (decimal): -13341038 or 9596468. OLE color: 9596468.

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

Color convert

RGB52110146-
CMYK0.640.2500.43
HSL202.98º47.47%38.82%-
HSV(B)202.98º64.38%57.25%-
XYZ12.1813.9629.25-
YUV96.76155.7896.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.88%
GREEN value IS 110 (43.36% from 255) = 35.71%
BLUE value IS 146 (57.42% from 255) = 47.40%
R=16.88%
G=35.71%
B=47.40%

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
Decimal521101460.640.2500.43202.9847.4738.82
Hex346E92401902Bcb2f27
Octal64156222100310533135747
Binary110100110111010010010100000011001010101111001011101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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