#346C91

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

Shades of Astral #346C91

Tints of Astral #346C91

Color information

#346C91 (or 0x346C91) is unknown color: approx Astral. HEX triplet: 34, 6C and 91. RGB value is (52,108,145). Sum of RGB (Red+Green+Blue) = 52+108+145=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 108 (42.58% from 255 or 35.41% from 305); Blue value is 145 (57.03% from 255 or 47.54% from 305); Max value from RGB is 145 - color contains mainly: blue. Hex color #346C91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346C91 is #CB936E. Grayscale: #5F5F5F. Windows color (decimal): -13341551 or 9530420. OLE color: 9530420.

HSL color Cylindrical-coordinate representation of color #346C91: hue angle of 203.87º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #346C91 is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB52108145-
CMYK0.640.2600.43
HSL203.87º47.21%38.63%-
HSV(B)203.87º64.14%56.86%-
XYZ11.8913.528.77-
YUV95.47155.9596.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.05%
GREEN value IS 108 (42.58% from 255) = 35.41%
BLUE value IS 145 (57.03% from 255) = 47.54%
R=17.05%
G=35.41%
B=47.54%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal521081450.640.2600.43203.8747.2138.63
Hex346C91401A02Bcc2f27
Octal64154221100320533145747
Binary110100110110010010001100000011010010101111001100101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,108,145); }

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

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

 a { background-color: rgb(52,108,145); }

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

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

 span { border-color: rgb(52,108,145); }

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