#346F92

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

Shades of Astral #346F92

Tints of Astral #346F92

Color information

#346F92 (or 0x346F92) is unknown color: approx Astral. HEX triplet: 34, 6F and 92. RGB value is (52,111,146). Sum of RGB (Red+Green+Blue) = 52+111+146=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 111 (43.75% from 255 or 35.92% from 309); Blue value is 146 (57.42% from 255 or 47.25% from 309); Max value from RGB is 146 - color contains mainly: blue. Hex color #346F92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346F92 is #CB906D. Grayscale: #616161. Windows color (decimal): -13340782 or 9596724. OLE color: 9596724.

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

Color convert

RGB52111146-
CMYK0.640.2400.43
HSL202.34º47.47%38.82%-
HSV(B)202.34º64.38%57.25%-
XYZ12.2914.1729.28-
YUV97.35155.4595.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.83%
GREEN value IS 111 (43.75% from 255) = 35.92%
BLUE value IS 146 (57.42% from 255) = 47.25%
R=16.83%
G=35.92%
B=47.25%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal521111460.640.2400.43202.3447.4738.82
Hex346F92401802Bca2f27
Octal64157222100300533125747
Binary110100110111110010010100000011000010101111001010101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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