Html Css Color HEX #327888 Astral

📋 copy color: '#327888'

red 50 ◦ green 120 ◦ blue 136

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

Shades of Astral #327888

Tints of Astral #327888

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.22%

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

R = 16.34%
G = 39.22%
B = 44.44%

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

#327888 (or 0x327888) is known color: Astral. HEX triplet: 32, 78 and 88. RGB value is (50,120,136). Sum of RGB (Red+Green+Blue) = 50+120+136=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 120 (47.27% from 255 or 39.22% 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 #327888 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327888 is #CD8777. Grayscale: #646464. Windows color (decimal): -13469560 or 8943666. OLE color: 8943666.

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

Color convert

RGB 50 120 136 -
CMYK 0.63 0.12 0 0.47
HSL 191.16º 0.46% 0.36% -
HSV(B) 191.16º 0.63% 0.53% -
XYZ 12.48 15.89 25.7 -
YUV 100.89 147.81 91.7 -
System Red Green Blue C M Y K H S L
Decimal 50 120 136 0.63 0.12 0 0.47 191.16 0.46 0.36
Hex 32 78 88 3F C 0 2F BF 2E 24
Octal 62 170 210 77 14 0 57 277 56 44
Binary 110010 1111000 10001000 111111 1100 0 101111 10111111 101110 100100

Color Harmonies of #327888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327888

Black with #327888

Text Example


Text Example

White with #327888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327888; }

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

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

background-color css

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

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

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

border-color css

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

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

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