#34748E

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

Shades of Astral #34748E

Tints of Astral #34748E

Color information

#34748E (or 0x34748E) is unknown color: approx Astral. HEX triplet: 34, 74 and 8E. RGB value is (52,116,142). Sum of RGB (Red+Green+Blue) = 52+116+142=310 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.77% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 142 (55.86% from 255 or 45.81% from 310); Max value from RGB is 142 - color contains mainly: blue. Hex color #34748E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34748E is #CB8B71. Grayscale: #636363. Windows color (decimal): -13339506 or 9335860. OLE color: 9335860.

HSL color Cylindrical-coordinate representation of color #34748E: hue angle of 197.33º 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 #34748E is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB52116142-
CMYK0.630.1800.44
HSL197.33º46.39%38.04%-
HSV(B)197.33º63.38%55.69%-
XYZ12.5415.1727.86-
YUV99.83151.893.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.77%
GREEN value IS 116 (45.70% from 255) = 37.42%
BLUE value IS 142 (55.86% from 255) = 45.81%
R=16.77%
G=37.42%
B=45.81%

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
Decimal521161420.630.1800.44197.3346.3938.04
Hex34748E3F1202Cc52e26
Octal6416421677220543055646
Binary11010011101001000111011111110010010110011000101101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34748E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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