Html Css Color HEX #327188 Astral

📋 copy color: '#327188'

red 50 ◦ green 113 ◦ blue 136

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

Shades of Astral #327188

Tints of Astral #327188

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.79%

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

R = 16.72%
G = 37.79%
B = 45.48%

CMYK

 C value IS 0.63

 M value IS 0.17

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#327188 (or 0x327188) is known color: Astral. HEX triplet: 32, 71 and 88. RGB value is (50,113,136). Sum of RGB (Red+Green+Blue) = 50+113+136=299 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.72% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 136 (53.52% from 255 or 45.48% from 299); Max value from RGB is 136 - color contains mainly: blue. Hex color #327188 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327188 is #CD8E77. Grayscale: #606060. Windows color (decimal): -13471352 or 8941874. OLE color: 8941874.

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

Color convert

RGB 50 113 136 -
CMYK 0.63 0.17 0 0.47
HSL 196.05º 0.46% 0.36% -
HSV(B) 196.05º 0.63% 0.53% -
XYZ 11.66 14.27 25.43 -
YUV 96.79 150.13 94.63 -
System Red Green Blue C M Y K H S L
Decimal 50 113 136 0.63 0.17 0 0.47 196.05 0.46 0.36
Hex 32 71 88 3F 11 0 2F C4 2E 24
Octal 62 161 210 77 21 0 57 304 56 44
Binary 110010 1110001 10001000 111111 10001 0 101111 11000100 101110 100100

Color Harmonies of #327188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327188

Black with #327188

Text Example


Text Example

White with #327188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327188; }

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

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

background-color css

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

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

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

border-color css

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

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

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