Html Css Color HEX #347295 Astral

📋 copy color: '#347295'

red 52 ◦ green 114 ◦ blue 149

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

Shades of Astral #347295

Tints of Astral #347295

RGB

 RED value IS 52 (20.7% from 255) = 16.51%

 GREEN value IS 114 (44.92% from 255) = 36.19%

 BLUE value IS 149 (58.59% from 255) = 47.3%

R = 16.51%
G = 36.19%
B = 47.3%

CMYK

 C value IS 0.65

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#347295 (or 0x347295) is known color: Astral. HEX triplet: 34, 72 and 95. RGB value is (52,114,149). Sum of RGB (Red+Green+Blue) = 52+114+149=315 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.51% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 149 - color contains mainly: blue. Hex color #347295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347295 is #CB8D6A. Grayscale: #636363. Windows color (decimal): -13340011 or 9794100. OLE color: 9794100.

HSL color Cylindrical-coordinate representation of color #347295: hue angle of 201.65º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #347295 is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 114 149 -
CMYK 0.65 0.23 0 0.42
HSL 201.65º 0.48% 0.39% -
HSV(B) 201.65º 0.65% 0.58% -
XYZ 12.86 14.93 30.64 -
YUV 99.45 155.96 94.15 -
System Red Green Blue C M Y K H S L
Decimal 52 114 149 0.65 0.23 0 0.42 201.65 0.48 0.39
Hex 34 72 95 41 17 0 2A CA 30 27
Octal 64 162 225 101 27 0 52 312 60 47
Binary 110100 1110010 10010101 1000001 10111 0 101010 11001010 110000 100111

Color Harmonies of #347295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347295

Black with #347295

Text Example


Text Example

White with #347295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347295; }

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

 H1.HeaderClassName
 {
   color: #347295;
 }
 .AnyTagClassName
 {
   color: #347295;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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