Html Css Color HEX #347292 Astral

📋 copy color: '#347292'

red 52 ◦ green 114 ◦ blue 146

#347292
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astral #347292

Tints of Astral #347292

RGB

 RED value IS 52 (20.7% 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 value IS 0.64

 M value IS 0.22

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#347292 (or 0x347292) is known color: 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

RGB 52 114 146 -
CMYK 0.64 0.22 0 0.43
HSL 200.43º 0.47% 0.39% -
HSV(B) 200.43º 0.64% 0.57% -
XYZ 12.62 14.84 29.39 -
YUV 99.11 154.46 94.4 -
System Red Green Blue C M Y K H S L
Decimal 52 114 146 0.64 0.22 0 0.43 200.43 0.47 0.39
Hex 34 72 92 40 16 0 2B C8 2F 27
Octal 64 162 222 100 26 0 53 310 57 47
Binary 110100 1110010 10010010 1000000 10110 0 101011 11001000 101111 100111

Color Harmonies of #347292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347292

Black with #347292

Text Example


Text Example

White with #347292

Text Example


Text Example

HTML Codes & Css Web 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>