#34758E

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

Shades of Astral #34758E

Tints of Astral #34758E

Color information

#34758E (or 0x34758E) is unknown color: approx Astral. HEX triplet: 34, 75 and 8E. RGB value is (52,117,142). Sum of RGB (Red+Green+Blue) = 52+117+142=311 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.72% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 142 (55.86% from 255 or 45.66% from 311); Max value from RGB is 142 - color contains mainly: blue. Hex color #34758E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34758E is #CB8A71. Grayscale: #646464. Windows color (decimal): -13339250 or 9336116. OLE color: 9336116.

HSL color Cylindrical-coordinate representation of color #34758E: hue angle of 196.67º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34758E is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB52117142-
CMYK0.630.1800.44
HSL196.67º46.39%38.04%-
HSV(B)196.67º63.38%55.69%-
XYZ12.6615.4127.9-
YUV100.42151.4793.47-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.72%
GREEN value IS 117 (46.09% from 255) = 37.62%
BLUE value IS 142 (55.86% from 255) = 45.66%
R=16.72%
G=37.62%
B=45.66%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal521171420.630.1800.44196.6746.3938.04
Hex34758E3F1202Cc52e26
Octal6416521677220543055646
Binary11010011101011000111011111110010010110011000101101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34758E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34758E; }

 p { color: rgb(52,117,142); }

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

<style>
 a { background-color: #34758E; }

 a { background-color: rgb(52,117,142); }

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

<style>
 span { border-color: #34758E; }

 span { border-color: rgb(52,117,142); }

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