#34677F

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

Shades of Astral #34677F

Tints of Astral #34677F

Color information

#34677F (or 0x34677F) is unknown color: approx Astral. HEX triplet: 34, 67 and 7F. RGB value is (52,103,127). Sum of RGB (Red+Green+Blue) = 52+103+127=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 127 (50% from 255 or 45.04% from 282); Max value from RGB is 127 - color contains mainly: blue. Hex color #34677F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34677F is #CB9880. Grayscale: #5A5A5A. Windows color (decimal): -13342849 or 8349492. OLE color: 8349492.

HSL color Cylindrical-coordinate representation of color #34677F: hue angle of 199.2º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #34677F is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB52103127-
CMYK0.590.1900.50
HSL199.2º41.9%35.1%-
HSV(B)199.2º59.06%49.8%-
XYZ10.111.9621.86-
YUV90.49148.6100.55-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.44%
GREEN value IS 103 (40.62% from 255) = 36.52%
BLUE value IS 127 (50% from 255) = 45.04%
R=18.44%
G=36.52%
B=45.04%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal521031270.590.1900.50199.241.935.1
Hex34677F3B13032c72a23
Octal6414717773230623075243
Binary1101001100111111111111101110011011001011000111101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34677F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34677F; }

 p { color: rgb(52,103,127); }

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

<style>
 a { background-color: #34677F; }

 a { background-color: rgb(52,103,127); }

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

<style>
 span { border-color: #34677F; }

 span { border-color: rgb(52,103,127); }

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