#346683

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

Shades of Astral #346683

Tints of Astral #346683

Color information

#346683 (or 0x346683) is unknown color: approx Astral. HEX triplet: 34, 66 and 83. RGB value is (52,102,131). Sum of RGB (Red+Green+Blue) = 52+102+131=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 131 (51.56% from 255 or 45.96% from 285); Max value from RGB is 131 - color contains mainly: blue. Hex color #346683 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346683 is #CB997C. Grayscale: #5A5A5A. Windows color (decimal): -13343101 or 8611380. OLE color: 8611380.

HSL color Cylindrical-coordinate representation of color #346683: hue angle of 202.03º 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 #346683 is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB52102131-
CMYK0.600.2200.49
HSL202.03º43.17%35.88%-
HSV(B)202.03º60.31%51.37%-
XYZ10.2611.8723.22-
YUV90.36150.94100.64-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.25%
GREEN value IS 102 (40.23% from 255) = 35.79%
BLUE value IS 131 (51.56% from 255) = 45.96%
R=18.25%
G=35.79%
B=45.96%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal521021310.600.2200.49202.0343.1735.88
Hex3466833C16031ca2b24
Octal6414620374260613125344
Binary11010011001101000001111110010110011000111001010101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346683; }

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

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

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

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

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

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

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

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