#346C89

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

Shades of Astral #346C89

Tints of Astral #346C89

Color information

#346C89 (or 0x346C89) is unknown color: approx Astral. HEX triplet: 34, 6C and 89. RGB value is (52,108,137). Sum of RGB (Red+Green+Blue) = 52+108+137=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 108 (42.58% from 255 or 36.36% from 297); Blue value is 137 (53.91% from 255 or 46.13% from 297); Max value from RGB is 137 - color contains mainly: blue. Hex color #346C89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346C89 is #CB9376. Grayscale: #5E5E5E. Windows color (decimal): -13341559 or 9006132. OLE color: 9006132.

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

Color convert

RGB52108137-
CMYK0.620.2100.46
HSL200.47º44.97%37.06%-
HSV(B)200.47º62.04%53.73%-
XYZ11.2913.2625.63-
YUV94.56151.9597.64-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.51%
GREEN value IS 108 (42.58% from 255) = 36.36%
BLUE value IS 137 (53.91% from 255) = 46.13%
R=17.51%
G=36.36%
B=46.13%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal521081370.620.2100.46200.4744.9737.06
Hex346C893E1502Ec82d25
Octal6415421176250563105545
Binary11010011011001000100111111010101010111011001000101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,108,137); }

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

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

 a { background-color: rgb(52,108,137); }

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

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

 span { border-color: rgb(52,108,137); }

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