#346881

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

Shades of Astral #346881

Tints of Astral #346881

Color information

#346881 (or 0x346881) is unknown color: approx Astral. HEX triplet: 34, 68 and 81. RGB value is (52,104,129). Sum of RGB (Red+Green+Blue) = 52+104+129=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 129 (50.78% from 255 or 45.26% from 285); Max value from RGB is 129 - color contains mainly: blue. Hex color #346881 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346881 is #CB977E. Grayscale: #5B5B5B. Windows color (decimal): -13342591 or 8480820. OLE color: 8480820.

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

Color convert

RGB52104129-
CMYK0.600.1900.49
HSL199.48º42.54%35.49%-
HSV(B)199.48º59.69%50.59%-
XYZ10.3312.2222.58-
YUV91.3149.2799.97-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.25%
GREEN value IS 104 (41.02% from 255) = 36.49%
BLUE value IS 129 (50.78% from 255) = 45.26%
R=18.25%
G=36.49%
B=45.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal521041290.600.1900.49199.4842.5435.49
Hex3468813C13031c72b23
Octal6415020174230613075343
Binary11010011010001000000111110010011011000111000111101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346881; }

 p { color: rgb(52,104,129); }

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

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

 a { background-color: rgb(52,104,129); }

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

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

 span { border-color: rgb(52,104,129); }

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