#346F87

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

Shades of Astral #346F87

Tints of Astral #346F87

Color information

#346F87 (or 0x346F87) is unknown color: approx Astral. HEX triplet: 34, 6F and 87. RGB value is (52,111,135). Sum of RGB (Red+Green+Blue) = 52+111+135=298 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.45% from 298); Green value is 111 (43.75% from 255 or 37.25% from 298); Blue value is 135 (53.12% from 255 or 45.30% from 298); Max value from RGB is 135 - color contains mainly: blue. Hex color #346F87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346F87 is #CB9078. Grayscale: #5F5F5F. Windows color (decimal): -13340793 or 8875828. OLE color: 8875828.

HSL color Cylindrical-coordinate representation of color #346F87: hue angle of 197.35º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #346F87 is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB52111135-
CMYK0.610.1800.47
HSL197.35º44.39%36.67%-
HSV(B)197.35º61.48%52.94%-
XYZ11.4713.8524.99-
YUV96.1149.9596.55-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.45%
GREEN value IS 111 (43.75% from 255) = 37.25%
BLUE value IS 135 (53.12% from 255) = 45.30%
R=17.45%
G=37.25%
B=45.30%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal521111350.610.1800.47197.3544.3936.67
Hex346F873D1202Fc52c25
Octal6415720775220573055445
Binary11010011011111000011111110110010010111111000101101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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