Html Css Color HEX #347688 Astral

📋 copy color: '#347688'

red 52 ◦ green 118 ◦ blue 136

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

Shades of Astral #347688

Tints of Astral #347688

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.56%

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

R = 16.99%
G = 38.56%
B = 44.44%

CMYK

 C value IS 0.62

 M value IS 0.13

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#347688 (or 0x347688) is known color: Astral. HEX triplet: 34, 76 and 88. RGB value is (52,118,136). Sum of RGB (Red+Green+Blue) = 52+118+136=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 118 (46.48% from 255 or 38.56% from 306); Blue value is 136 (53.52% from 255 or 44.44% from 306); Max value from RGB is 136 - color contains mainly: blue. Hex color #347688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347688 is #CB8977. Grayscale: #646464. Windows color (decimal): -13339000 or 8943156. OLE color: 8943156.

HSL color Cylindrical-coordinate representation of color #347688: hue angle of 192.86º 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 #347688 is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 118 136 -
CMYK 0.62 0.13 0 0.47
HSL 192.86º 0.45% 0.37% -
HSV(B) 192.86º 0.62% 0.53% -
XYZ 12.34 15.46 25.63 -
YUV 100.32 148.13 93.54 -
System Red Green Blue C M Y K H S L
Decimal 52 118 136 0.62 0.13 0 0.47 192.86 0.45 0.37
Hex 34 76 88 3E D 0 2F C1 2D 25
Octal 64 166 210 76 15 0 57 301 55 45
Binary 110100 1110110 10001000 111110 1101 0 101111 11000001 101101 100101

Color Harmonies of #347688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347688

Black with #347688

Text Example


Text Example

White with #347688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347688; }

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

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

background-color css

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

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

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

border-color css

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

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

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