Html Css Color HEX #327988 Astral

📋 copy color: '#327988'

red 50 ◦ green 121 ◦ blue 136

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

Shades of Astral #327988

Tints of Astral #327988

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.41%

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

R = 16.29%
G = 39.41%
B = 44.3%

CMYK

 C value IS 0.63

 M value IS 0.11

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#327988 (or 0x327988) is known color: Astral. HEX triplet: 32, 79 and 88. RGB value is (50,121,136). Sum of RGB (Red+Green+Blue) = 50+121+136=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 121 (47.66% from 255 or 39.41% from 307); Blue value is 136 (53.52% from 255 or 44.30% from 307); Max value from RGB is 136 - color contains mainly: blue. Hex color #327988 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327988 is #CD8677. Grayscale: #656565. Windows color (decimal): -13469304 or 8943922. OLE color: 8943922.

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

Color convert

RGB 50 121 136 -
CMYK 0.63 0.11 0 0.47
HSL 190.47º 0.46% 0.36% -
HSV(B) 190.47º 0.63% 0.53% -
XYZ 12.6 16.13 25.74 -
YUV 101.48 147.48 91.28 -
System Red Green Blue C M Y K H S L
Decimal 50 121 136 0.63 0.11 0 0.47 190.47 0.46 0.36
Hex 32 79 88 3F B 0 2F BE 2E 24
Octal 62 171 210 77 13 0 57 276 56 44
Binary 110010 1111001 10001000 111111 1011 0 101111 10111110 101110 100100

Color Harmonies of #327988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327988

Black with #327988

Text Example


Text Example

White with #327988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327988; }

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

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

background-color css

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

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

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

border-color css

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

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

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