Html Css Color HEX #327387 Astral

📋 copy color: '#327387'

red 50 ◦ green 115 ◦ blue 135

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

Shades of Astral #327387

Tints of Astral #327387

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.33%

 BLUE value IS 135 (53.13% from 255) = 45%

R = 16.67%
G = 38.33%
B = 45%

CMYK

 C value IS 0.63

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#327387 (or 0x327387) is known color: Astral. HEX triplet: 32, 73 and 87. RGB value is (50,115,135). Sum of RGB (Red+Green+Blue) = 50+115+135=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 115 (45.31% from 255 or 38.33% from 300); Blue value is 135 (53.12% from 255 or 45% from 300); Max value from RGB is 135 - color contains mainly: blue. Hex color #327387 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327387 is #CD8C78. Grayscale: #616161. Windows color (decimal): -13470841 or 8876850. OLE color: 8876850.

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

Color convert

RGB 50 115 135 -
CMYK 0.63 0.15 0 0.47
HSL 194.12º 0.46% 0.36% -
HSV(B) 194.12º 0.63% 0.53% -
XYZ 11.82 14.69 25.13 -
YUV 97.85 148.97 93.87 -
System Red Green Blue C M Y K H S L
Decimal 50 115 135 0.63 0.15 0 0.47 194.12 0.46 0.36
Hex 32 73 87 3F F 0 2F C2 2E 24
Octal 62 163 207 77 17 0 57 302 56 44
Binary 110010 1110011 10000111 111111 1111 0 101111 11000010 101110 100100

Color Harmonies of #327387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327387

Black with #327387

Text Example


Text Example

White with #327387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327387; }

 p { color: rgb(50,115,135); }

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

background-color css

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

 a { background-color: rgb(50,115,135); }

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

border-color css

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

 span { border-color: rgb(50,115,135); }

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