#347885

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

Shades of Astral #347885

Tints of Astral #347885

Color information

#347885 (or 0x347885) is unknown color: approx Astral. HEX triplet: 34, 78 and 85. RGB value is (52,120,133). Sum of RGB (Red+Green+Blue) = 52+120+133=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 133 (52.34% from 255 or 43.61% from 305); Max value from RGB is 133 - color contains mainly: blue. Hex color #347885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347885 is #CB877A. Grayscale: #656565. Windows color (decimal): -13338491 or 8747060. OLE color: 8747060.

HSL color Cylindrical-coordinate representation of color #347885: hue angle of 189.63º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #347885 is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB52120133-
CMYK0.610.1000.48
HSL189.63º43.78%36.27%-
HSV(B)189.63º60.9%52.16%-
XYZ12.3715.8624.6-
YUV101.15145.9792.94-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.05%
GREEN value IS 120 (47.27% from 255) = 39.34%
BLUE value IS 133 (52.34% from 255) = 43.61%
R=17.05%
G=39.34%
B=43.61%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal521201330.610.1000.48189.6343.7836.27
Hex3478853DA030be2c24
Octal6417020575120602765444
Binary1101001111000100001011111011010011000010111110101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347885; }

 p { color: rgb(52,120,133); }

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

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

 a { background-color: rgb(52,120,133); }

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

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

 span { border-color: rgb(52,120,133); }

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