#346983

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

Shades of Astral #346983

Tints of Astral #346983

Color information

#346983 (or 0x346983) is unknown color: approx Astral. HEX triplet: 34, 69 and 83. RGB value is (52,105,131). Sum of RGB (Red+Green+Blue) = 52+105+131=288 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.06% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 131 (51.56% from 255 or 45.49% from 288); Max value from RGB is 131 - color contains mainly: blue. Hex color #346983 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346983 is #CB967C. Grayscale: #5B5B5B. Windows color (decimal): -13342333 or 8612148. OLE color: 8612148.

HSL color Cylindrical-coordinate representation of color #346983: hue angle of 199.75º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #346983 is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB52105131-
CMYK0.600.2000.49
HSL199.75º43.17%35.88%-
HSV(B)199.75º60.31%51.37%-
XYZ10.5612.4723.32-
YUV92.12149.9499.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.06%
GREEN value IS 105 (41.41% from 255) = 36.46%
BLUE value IS 131 (51.56% from 255) = 45.49%
R=18.06%
G=36.46%
B=45.49%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal521051310.600.2000.49199.7543.1735.88
Hex3469833C14031c82b24
Octal6415120374240613105344
Binary11010011010011000001111110010100011000111001000101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346983; }

 p { color: rgb(52,105,131); }

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

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

 a { background-color: rgb(52,105,131); }

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

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

 span { border-color: rgb(52,105,131); }

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