#347991

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

Shades of Astral #347991

Tints of Astral #347991

Color information

#347991 (or 0x347991) is unknown color: approx Astral. HEX triplet: 34, 79 and 91. RGB value is (52,121,145). Sum of RGB (Red+Green+Blue) = 52+121+145=318 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.35% from 318); Green value is 121 (47.66% from 255 or 38.05% from 318); Blue value is 145 (57.03% from 255 or 45.60% from 318); Max value from RGB is 145 - color contains mainly: blue. Hex color #347991 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347991 is #CB866E. Grayscale: #666666. Windows color (decimal): -13338223 or 9533748. OLE color: 9533748.

HSL color Cylindrical-coordinate representation of color #347991: hue angle of 195.48º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #347991 is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB52121145-
CMYK0.640.1700.43
HSL195.48º47.21%38.63%-
HSV(B)195.48º64.14%56.86%-
XYZ13.3616.4529.26-
YUV103.1151.6491.55-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.35%
GREEN value IS 121 (47.66% from 255) = 38.05%
BLUE value IS 145 (57.03% from 255) = 45.60%
R=16.35%
G=38.05%
B=45.60%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal521211450.640.1700.43195.4847.2138.63
Hex347991401102Bc32f27
Octal64171221100210533035747
Binary110100111100110010001100000010001010101111000011101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347991; }

 p { color: rgb(52,121,145); }

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

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

 a { background-color: rgb(52,121,145); }

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

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

 span { border-color: rgb(52,121,145); }

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