#346790

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

Shades of Astral #346790

Tints of Astral #346790

Color information

#346790 (or 0x346790) is unknown color: approx Astral. HEX triplet: 34, 67 and 90. RGB value is (52,103,144). Sum of RGB (Red+Green+Blue) = 52+103+144=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 103 (40.62% from 255 or 34.45% from 299); Blue value is 144 (56.64% from 255 or 48.16% from 299); Max value from RGB is 144 - color contains mainly: blue. Hex color #346790 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346790 is #CB986F. Grayscale: #5C5C5C. Windows color (decimal): -13342832 or 9463604. OLE color: 9463604.

HSL color Cylindrical-coordinate representation of color #346790: hue angle of 206.74º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #346790 is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB52103144-
CMYK0.640.2800.44
HSL206.74º46.94%38.43%-
HSV(B)206.74º63.89%56.47%-
XYZ11.312.4428.19-
YUV92.42157.199.17-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.39%
GREEN value IS 103 (40.62% from 255) = 34.45%
BLUE value IS 144 (56.64% from 255) = 48.16%
R=17.39%
G=34.45%
B=48.16%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal521031440.640.2800.44206.7446.9438.43
Hex346790401C02Ccf2f26
Octal64147220100340543175746
Binary110100110011110010000100000011100010110011001111101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346790; }

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

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

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

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

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

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

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

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