Html Css Color HEX #327788 Astral

📋 copy color: '#327788'

red 50 ◦ green 119 ◦ blue 136

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

Shades of Astral #327788

Tints of Astral #327788

RGB

 RED value IS 50 (19.92% from 255) = 16.39%

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

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

R = 16.39%
G = 39.02%
B = 44.59%

CMYK

 C value IS 0.63

 M value IS 0.12

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#327788 (or 0x327788) is known color: Astral. HEX triplet: 32, 77 and 88. RGB value is (50,119,136). Sum of RGB (Red+Green+Blue) = 50+119+136=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 119 (46.88% from 255 or 39.02% from 305); Blue value is 136 (53.52% from 255 or 44.59% from 305); Max value from RGB is 136 - color contains mainly: blue. Hex color #327788 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327788 is #CD8877. Grayscale: #646464. Windows color (decimal): -13469816 or 8943410. OLE color: 8943410.

HSL color Cylindrical-coordinate representation of color #327788: hue angle of 191.86º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #327788 is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 119 136 -
CMYK 0.63 0.12 0 0.47
HSL 191.86º 0.46% 0.36% -
HSV(B) 191.86º 0.63% 0.53% -
XYZ 12.36 15.65 25.66 -
YUV 100.31 148.14 92.12 -
System Red Green Blue C M Y K H S L
Decimal 50 119 136 0.63 0.12 0 0.47 191.86 0.46 0.36
Hex 32 77 88 3F C 0 2F C0 2E 24
Octal 62 167 210 77 14 0 57 300 56 44
Binary 110010 1110111 10001000 111111 1100 0 101111 11000000 101110 100100

Color Harmonies of #327788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327788

Black with #327788

Text Example


Text Example

White with #327788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327788; }

 p { color: rgb(50,119,136); }

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

background-color css

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

 a { background-color: rgb(50,119,136); }

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

border-color css

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

 span { border-color: rgb(50,119,136); }

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