#34768B

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

Shades of Astral #34768B

Tints of Astral #34768B

Color information

#34768B (or 0x34768B) is unknown color: approx Astral. HEX triplet: 34, 76 and 8B. RGB value is (52,118,139). Sum of RGB (Red+Green+Blue) = 52+118+139=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 118 (46.48% from 255 or 38.19% from 309); Blue value is 139 (54.69% from 255 or 44.98% from 309); Max value from RGB is 139 - color contains mainly: blue. Hex color #34768B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34768B is #CB8974. Grayscale: #646464. Windows color (decimal): -13338997 or 9139764. OLE color: 9139764.

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

Color convert

RGB52118139-
CMYK0.630.1500.45
HSL194.48º45.55%37.45%-
HSV(B)194.48º62.59%54.51%-
XYZ12.5515.5526.77-
YUV100.66149.6393.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.83%
GREEN value IS 118 (46.48% from 255) = 38.19%
BLUE value IS 139 (54.69% from 255) = 44.98%
R=16.83%
G=38.19%
B=44.98%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal521181390.630.1500.45194.4845.5537.45
Hex34768B3FF02Dc22e25
Octal6416621377170553025645
Binary1101001110110100010111111111111010110111000010101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34768B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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