#347292

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

Shades of Astral #347292

Tints of Astral #347292

Color information

#347292 (or 0x347292) is unknown color: approx Astral. HEX triplet: 34, 72 and 92. RGB value is (52,114,146). Sum of RGB (Red+Green+Blue) = 52+114+146=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 146 (57.42% from 255 or 46.79% from 312); Max value from RGB is 146 - color contains mainly: blue. Hex color #347292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347292 is #CB8D6D. Grayscale: #626262. Windows color (decimal): -13340014 or 9597492. OLE color: 9597492.

HSL color Cylindrical-coordinate representation of color #347292: hue angle of 200.43º 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 #347292 is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB52114146-
CMYK0.640.2200.43
HSL200.43º47.47%38.82%-
HSV(B)200.43º64.38%57.25%-
XYZ12.6214.8429.39-
YUV99.11154.4694.4-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.67%
GREEN value IS 114 (44.92% from 255) = 36.54%
BLUE value IS 146 (57.42% from 255) = 46.79%
R=16.67%
G=36.54%
B=46.79%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal521141460.640.2200.43200.4347.4738.82
Hex347292401602Bc82f27
Octal64162222100260533105747
Binary110100111001010010010100000010110010101111001000101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347292; }

 p { color: rgb(52,114,146); }

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

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

 a { background-color: rgb(52,114,146); }

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

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

 span { border-color: rgb(52,114,146); }

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