#346781

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

Shades of Astral #346781

Tints of Astral #346781

Color information

#346781 (or 0x346781) is unknown color: approx Astral. HEX triplet: 34, 67 and 81. RGB value is (52,103,129). Sum of RGB (Red+Green+Blue) = 52+103+129=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 129 (50.78% from 255 or 45.42% from 284); Max value from RGB is 129 - color contains mainly: blue. Hex color #346781 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346781 is #CB987E. Grayscale: #5A5A5A. Windows color (decimal): -13342847 or 8480564. OLE color: 8480564.

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

Color convert

RGB52103129-
CMYK0.600.2000.49
HSL200.26º42.54%35.49%-
HSV(B)200.26º59.69%50.59%-
XYZ10.2312.0222.55-
YUV90.72149.6100.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.31%
GREEN value IS 103 (40.62% from 255) = 36.27%
BLUE value IS 129 (50.78% from 255) = 45.42%
R=18.31%
G=36.27%
B=45.42%

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
Decimal521031290.600.2000.49200.2642.5435.49
Hex3467813C14031c82b23
Octal6414720174240613105343
Binary11010011001111000000111110010100011000111001000101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346781; }

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

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

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

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

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

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

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

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