#34768A

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

Shades of Astral #34768A

Tints of Astral #34768A

Color information

#34768A (or 0x34768A) is unknown color: approx Astral. HEX triplet: 34, 76 and 8A. RGB value is (52,118,138). Sum of RGB (Red+Green+Blue) = 52+118+138=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 118 (46.48% from 255 or 38.31% from 308); Blue value is 138 (54.30% from 255 or 44.81% from 308); Max value from RGB is 138 - color contains mainly: blue. Hex color #34768A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34768A is #CB8975. Grayscale: #646464. Windows color (decimal): -13338998 or 9074228. OLE color: 9074228.

HSL color Cylindrical-coordinate representation of color #34768A: hue angle of 193.95º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #34768A is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB52118138-
CMYK0.620.1400.46
HSL193.95º45.26%37.25%-
HSV(B)193.95º62.32%54.12%-
XYZ12.4815.5226.38-
YUV100.55149.1393.37-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.88%
GREEN value IS 118 (46.48% from 255) = 38.31%
BLUE value IS 138 (54.30% from 255) = 44.81%
R=16.88%
G=38.31%
B=44.81%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal521181380.620.1400.46193.9545.2637.25
Hex34768A3EE02Ec22d25
Octal6416621276160563025545
Binary1101001110110100010101111101110010111011000010101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34768A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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