#346D92

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

Shades of Astral #346D92

Tints of Astral #346D92

Color information

#346D92 (or 0x346D92) is unknown color: approx Astral. HEX triplet: 34, 6D and 92. RGB value is (52,109,146). Sum of RGB (Red+Green+Blue) = 52+109+146=307 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.94% from 307); Green value is 109 (42.97% from 255 or 35.50% from 307); Blue value is 146 (57.42% from 255 or 47.56% from 307); Max value from RGB is 146 - color contains mainly: blue. Hex color #346D92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346D92 is #CB926D. Grayscale: #5F5F5F. Windows color (decimal): -13341294 or 9596212. OLE color: 9596212.

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

Color convert

RGB52109146-
CMYK0.640.2500.43
HSL203.62º47.47%38.82%-
HSV(B)203.62º64.38%57.25%-
XYZ12.0713.7429.21-
YUV96.18156.1296.49-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.94%
GREEN value IS 109 (42.97% from 255) = 35.50%
BLUE value IS 146 (57.42% from 255) = 47.56%
R=16.94%
G=35.50%
B=47.56%

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
Decimal521091460.640.2500.43203.6247.4738.82
Hex346D92401902Bcc2f27
Octal64155222100310533145747
Binary110100110110110010010100000011001010101111001100101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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