#346B8A

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

Shades of Astral #346B8A

Tints of Astral #346B8A

Color information

#346B8A (or 0x346B8A) is unknown color: approx Astral. HEX triplet: 34, 6B and 8A. RGB value is (52,107,138). Sum of RGB (Red+Green+Blue) = 52+107+138=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 107 (42.19% from 255 or 36.03% from 297); Blue value is 138 (54.30% from 255 or 46.46% from 297); Max value from RGB is 138 - color contains mainly: blue. Hex color #346B8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346B8A is #CB9475. Grayscale: #5D5D5D. Windows color (decimal): -13341814 or 9071412. OLE color: 9071412.

HSL color Cylindrical-coordinate representation of color #346B8A: hue angle of 201.63º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #346B8A is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB52107138-
CMYK0.620.2200.46
HSL201.63º45.26%37.25%-
HSV(B)201.63º62.32%54.12%-
XYZ11.2613.0825.98-
YUV94.09152.7897.98-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.51%
GREEN value IS 107 (42.19% from 255) = 36.03%
BLUE value IS 138 (54.30% from 255) = 46.46%
R=17.51%
G=36.03%
B=46.46%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal521071380.620.2200.46201.6345.2637.25
Hex346B8A3E1602Eca2d25
Octal6415321276260563125545
Binary11010011010111000101011111010110010111011001010101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346B8A; }

 p { color: rgb(52,107,138); }

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

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

 a { background-color: rgb(52,107,138); }

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

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

 span { border-color: rgb(52,107,138); }

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