Html Css Color HEX #347784 Astral

📋 copy color: '#347784'

red 52 ◦ green 119 ◦ blue 132

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

Shades of Astral #347784

Tints of Astral #347784

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.27%

 BLUE value IS 132 (51.95% from 255) = 43.56%

R = 17.16%
G = 39.27%
B = 43.56%

CMYK

 C value IS 0.61

 M value IS 0.10

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#347784 (or 0x347784) is known color: Astral. HEX triplet: 34, 77 and 84. RGB value is (52,119,132). Sum of RGB (Red+Green+Blue) = 52+119+132=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 132 (51.95% from 255 or 43.56% from 303); Max value from RGB is 132 - color contains mainly: blue. Hex color #347784 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347784 is #CB887B. Grayscale: #646464. Windows color (decimal): -13338748 or 8681268. OLE color: 8681268.

HSL color Cylindrical-coordinate representation of color #347784: hue angle of 189.75º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #347784 is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 119 132 -
CMYK 0.61 0.10 0 0.48
HSL 189.75º 0.43% 0.36% -
HSV(B) 189.75º 0.61% 0.52% -
XYZ 12.18 15.59 24.2 -
YUV 100.45 145.8 93.44 -
System Red Green Blue C M Y K H S L
Decimal 52 119 132 0.61 0.10 0 0.48 189.75 0.43 0.36
Hex 34 77 84 3D A 0 30 BE 2B 24
Octal 64 167 204 75 12 0 60 276 53 44
Binary 110100 1110111 10000100 111101 1010 0 110000 10111110 101011 100100

Color Harmonies of #347784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347784

Black with #347784

Text Example


Text Example

White with #347784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347784; }

 p { color: rgb(52,119,132); }

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

background-color css

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

 a { background-color: rgb(52,119,132); }

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

border-color css

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

 span { border-color: rgb(52,119,132); }

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