#346F91

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

Shades of Astral #346F91

Tints of Astral #346F91

Color information

#346F91 (or 0x346F91) is unknown color: approx Astral. HEX triplet: 34, 6F and 91. RGB value is (52,111,145). Sum of RGB (Red+Green+Blue) = 52+111+145=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 111 (43.75% from 255 or 36.04% from 308); Blue value is 145 (57.03% from 255 or 47.08% from 308); Max value from RGB is 145 - color contains mainly: blue. Hex color #346F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346F91 is #CB906E. Grayscale: #616161. Windows color (decimal): -13340783 or 9531188. OLE color: 9531188.

HSL color Cylindrical-coordinate representation of color #346F91: hue angle of 201.94º 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 #346F91 is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB52111145-
CMYK0.640.2300.43
HSL201.94º47.21%38.63%-
HSV(B)201.94º64.14%56.86%-
XYZ12.2114.1428.87-
YUV97.24154.9595.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.88%
GREEN value IS 111 (43.75% from 255) = 36.04%
BLUE value IS 145 (57.03% from 255) = 47.08%
R=16.88%
G=36.04%
B=47.08%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal521111450.640.2300.43201.9447.2138.63
Hex346F91401702Bca2f27
Octal64157221100270533125747
Binary110100110111110010001100000010111010101111001010101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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