#34768E

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

Shades of Astral #34768E

Tints of Astral #34768E

Color information

#34768E (or 0x34768E) is unknown color: approx Astral. HEX triplet: 34, 76 and 8E. RGB value is (52,118,142). Sum of RGB (Red+Green+Blue) = 52+118+142=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 142 (55.86% from 255 or 45.51% from 312); Max value from RGB is 142 - color contains mainly: blue. Hex color #34768E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34768E is #CB8971. Grayscale: #646464. Windows color (decimal): -13338994 or 9336372. OLE color: 9336372.

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

Color convert

RGB52118142-
CMYK0.630.1700.44
HSL196º46.39%38.04%-
HSV(B)196º63.38%55.69%-
XYZ12.7815.6427.94-
YUV101151.1393.05-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.67%
GREEN value IS 118 (46.48% from 255) = 37.82%
BLUE value IS 142 (55.86% from 255) = 45.51%
R=16.67%
G=37.82%
B=45.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal521181420.630.1700.4419646.3938.04
Hex34768E3F1102Cc42e26
Octal6416621677210543045646
Binary11010011101101000111011111110001010110011000100101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34768E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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