#347790

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

Shades of Astral #347790

Tints of Astral #347790

Color information

#347790 (or 0x347790) is unknown color: approx Astral. HEX triplet: 34, 77 and 90. RGB value is (52,119,144). Sum of RGB (Red+Green+Blue) = 52+119+144=315 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.51% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 144 - color contains mainly: blue. Hex color #347790 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347790 is #CB886F. Grayscale: #656565. Windows color (decimal): -13338736 or 9467700. OLE color: 9467700.

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

Color convert

RGB52119144-
CMYK0.640.1700.44
HSL196.3º46.94%38.43%-
HSV(B)196.3º63.89%56.47%-
XYZ13.0515.9428.77-
YUV101.82151.892.47-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.51%
GREEN value IS 119 (46.88% from 255) = 37.78%
BLUE value IS 144 (56.64% from 255) = 45.71%
R=16.51%
G=37.78%
B=45.71%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal521191440.640.1700.44196.346.9438.43
Hex347790401102Cc42f26
Octal64167220100210543045746
Binary110100111011110010000100000010001010110011000100101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347790; }

 p { color: rgb(52,119,144); }

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

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

 a { background-color: rgb(52,119,144); }

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

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

 span { border-color: rgb(52,119,144); }

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