#346F8B

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

Shades of Astral #346F8B

Tints of Astral #346F8B

Color information

#346F8B (or 0x346F8B) is unknown color: approx Astral. HEX triplet: 34, 6F and 8B. RGB value is (52,111,139). Sum of RGB (Red+Green+Blue) = 52+111+139=302 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.22% from 302); Green value is 111 (43.75% from 255 or 36.75% from 302); Blue value is 139 (54.69% from 255 or 46.03% from 302); Max value from RGB is 139 - color contains mainly: blue. Hex color #346F8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346F8B is #CB9074. Grayscale: #606060. Windows color (decimal): -13340789 or 9137972. OLE color: 9137972.

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

Color convert

RGB52111139-
CMYK0.630.2000.45
HSL199.31º45.55%37.45%-
HSV(B)199.31º62.59%54.51%-
XYZ11.7613.9626.5-
YUV96.55151.9596.22-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.22%
GREEN value IS 111 (43.75% from 255) = 36.75%
BLUE value IS 139 (54.69% from 255) = 46.03%
R=17.22%
G=36.75%
B=46.03%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal521111390.630.2000.45199.3145.5537.45
Hex346F8B3F1402Dc72e25
Octal6415721377240553075645
Binary11010011011111000101111111110100010110111000111101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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