#346B7B

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

Shades of Astral #346B7B

Tints of Astral #346B7B

Color information

#346B7B (or 0x346B7B) is unknown color: approx Astral. HEX triplet: 34, 6B and 7B. RGB value is (52,107,123). Sum of RGB (Red+Green+Blue) = 52+107+123=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 107 (42.19% from 255 or 37.94% from 282); Blue value is 123 (48.44% from 255 or 43.62% from 282); Max value from RGB is 123 - color contains mainly: blue. Hex color #346B7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346B7B is #CB9484. Grayscale: #5C5C5C. Windows color (decimal): -13341829 or 8088372. OLE color: 8088372.

HSL color Cylindrical-coordinate representation of color #346B7B: hue angle of 193.52º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #346B7B is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB52107123-
CMYK0.580.1300.52
HSL193.52º40.57%34.31%-
HSV(B)193.52º57.72%48.24%-
XYZ10.2512.6820.65-
YUV92.38145.2899.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.44%
GREEN value IS 107 (42.19% from 255) = 37.94%
BLUE value IS 123 (48.44% from 255) = 43.62%
R=18.44%
G=37.94%
B=43.62%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal521071230.580.1300.52193.5240.5734.31
Hex346B7B3AD034c22922
Octal6415317372150643025142
Binary110100110101111110111110101101011010011000010101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,107,123); }

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

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

 a { background-color: rgb(52,107,123); }

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

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

 span { border-color: rgb(52,107,123); }

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