#34677D

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

Shades of Astral #34677D

Tints of Astral #34677D

Color information

#34677D (or 0x34677D) is unknown color: approx Astral. HEX triplet: 34, 67 and 7D. RGB value is (52,103,125). Sum of RGB (Red+Green+Blue) = 52+103+125=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 103 (40.62% from 255 or 36.79% from 280); Blue value is 125 (49.22% from 255 or 44.64% from 280); Max value from RGB is 125 - color contains mainly: blue. Hex color #34677D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34677D is #CB9882. Grayscale: #5A5A5A. Windows color (decimal): -13342851 or 8218420. OLE color: 8218420.

HSL color Cylindrical-coordinate representation of color #34677D: hue angle of 198.08º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #34677D is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB52103125-
CMYK0.580.1800.51
HSL198.08º41.24%34.71%-
HSV(B)198.08º58.4%49.02%-
XYZ9.9711.9121.18-
YUV90.26147.6100.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.57%
GREEN value IS 103 (40.62% from 255) = 36.79%
BLUE value IS 125 (49.22% from 255) = 44.64%
R=18.57%
G=36.79%
B=44.64%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal521031250.580.1800.51198.0841.2434.71
Hex34677D3A12033c62923
Octal6414717572220633065143
Binary1101001100111111110111101010010011001111000110101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34677D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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