Html Css Color HEX #347495 Astral

📋 copy color: '#347495'

red 52 ◦ green 116 ◦ blue 149

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

Shades of Astral #347495

Tints of Astral #347495

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.59%

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

R = 16.4%
G = 36.59%
B = 47%

CMYK

 C value IS 0.65

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#347495 (or 0x347495) is known color: Astral. HEX triplet: 34, 74 and 95. RGB value is (52,116,149). Sum of RGB (Red+Green+Blue) = 52+116+149=317 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.40% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 149 - color contains mainly: blue. Hex color #347495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347495 is #CB8B6A. Grayscale: #646464. Windows color (decimal): -13339499 or 9794612. OLE color: 9794612.

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

Color convert

RGB 52 116 149 -
CMYK 0.65 0.22 0 0.42
HSL 200.41º 0.48% 0.39% -
HSV(B) 200.41º 0.65% 0.58% -
XYZ 13.09 15.39 30.71 -
YUV 100.63 155.3 93.32 -
System Red Green Blue C M Y K H S L
Decimal 52 116 149 0.65 0.22 0 0.42 200.41 0.48 0.39
Hex 34 74 95 41 16 0 2A C8 30 27
Octal 64 164 225 101 26 0 52 310 60 47
Binary 110100 1110100 10010101 1000001 10110 0 101010 11001000 110000 100111

Color Harmonies of #347495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347495

Black with #347495

Text Example


Text Example

White with #347495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347495; }

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

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

background-color css

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

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

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

border-color css

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

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

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