Html Css Color HEX #327A87 Astral

📋 copy color: '#327A87'

red 50 ◦ green 122 ◦ blue 135

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

Shades of Astral #327A87

Tints of Astral #327A87

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.74%

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

R = 16.29%
G = 39.74%
B = 43.97%

CMYK

 C value IS 0.63

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#327A87 (or 0x327A87) is known color: Astral. HEX triplet: 32, 7A and 87. RGB value is (50,122,135). Sum of RGB (Red+Green+Blue) = 50+122+135=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 122 (48.05% from 255 or 39.74% from 307); Blue value is 135 (53.12% from 255 or 43.97% from 307); Max value from RGB is 135 - color contains mainly: blue. Hex color #327A87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327A87 is #CD8578. Grayscale: #656565. Windows color (decimal): -13469049 or 8878642. OLE color: 8878642.

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

Color convert

RGB 50 122 135 -
CMYK 0.63 0.10 0 0.47
HSL 189.18º 0.46% 0.36% -
HSV(B) 189.18º 0.63% 0.53% -
XYZ 12.65 16.35 25.41 -
YUV 101.95 146.65 90.94 -
System Red Green Blue C M Y K H S L
Decimal 50 122 135 0.63 0.10 0 0.47 189.18 0.46 0.36
Hex 32 7A 87 3F A 0 2F BD 2E 24
Octal 62 172 207 77 12 0 57 275 56 44
Binary 110010 1111010 10000111 111111 1010 0 101111 10111101 101110 100100

Color Harmonies of #327A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327A87

Black with #327A87

Text Example


Text Example

White with #327A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327A87; }

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

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

background-color css

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

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

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

border-color css

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

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

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