#347687

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

Shades of Astral #347687

Tints of Astral #347687

Color information

#347687 (or 0x347687) is unknown color: approx Astral. HEX triplet: 34, 76 and 87. RGB value is (52,118,135). Sum of RGB (Red+Green+Blue) = 52+118+135=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 135 (53.12% from 255 or 44.26% from 305); Max value from RGB is 135 - color contains mainly: blue. Hex color #347687 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347687 is #CB8978. Grayscale: #646464. Windows color (decimal): -13339001 or 8877620. OLE color: 8877620.

HSL color Cylindrical-coordinate representation of color #347687: hue angle of 192.29º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #347687 is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB52118135-
CMYK0.610.1300.47
HSL192.29º44.39%36.67%-
HSV(B)192.29º61.48%52.94%-
XYZ12.2715.4425.25-
YUV100.2147.6393.62-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.05%
GREEN value IS 118 (46.48% from 255) = 38.69%
BLUE value IS 135 (53.12% from 255) = 44.26%
R=17.05%
G=38.69%
B=44.26%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal521181350.610.1300.47192.2944.3936.67
Hex3476873DD02Fc02c25
Octal6416620775150573005445
Binary1101001110110100001111111011101010111111000000101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347687; }

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

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

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

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

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

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

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

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