Html Css Color HEX #347488 Astral

📋 copy color: '#347488'

red 52 ◦ green 116 ◦ blue 136

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

Shades of Astral #347488

Tints of Astral #347488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 44.74%

R = 17.11%
G = 38.16%
B = 44.74%

CMYK

 C value IS 0.62

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#347488 (or 0x347488) is known color: Astral. HEX triplet: 34, 74 and 88. RGB value is (52,116,136). Sum of RGB (Red+Green+Blue) = 52+116+136=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 116 (45.70% from 255 or 38.16% from 304); Blue value is 136 (53.52% from 255 or 44.74% from 304); Max value from RGB is 136 - color contains mainly: blue. Hex color #347488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347488 is #CB8B77. Grayscale: #636363. Windows color (decimal): -13339512 or 8942644. OLE color: 8942644.

HSL color Cylindrical-coordinate representation of color #347488: hue angle of 194.29º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #347488 is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 116 136 -
CMYK 0.62 0.15 0 0.47
HSL 194.29º 0.45% 0.37% -
HSV(B) 194.29º 0.62% 0.53% -
XYZ 12.11 15 25.55 -
YUV 99.14 148.8 94.37 -
System Red Green Blue C M Y K H S L
Decimal 52 116 136 0.62 0.15 0 0.47 194.29 0.45 0.37
Hex 34 74 88 3E F 0 2F C2 2D 25
Octal 64 164 210 76 17 0 57 302 55 45
Binary 110100 1110100 10001000 111110 1111 0 101111 11000010 101101 100101

Color Harmonies of #347488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347488

Black with #347488

Text Example


Text Example

White with #347488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347488; }

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

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

background-color css

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

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

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

border-color css

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

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

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