Html Css Color HEX #327A91 Astral

📋 copy color: '#327A91'

red 50 ◦ green 122 ◦ blue 145

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

Shades of Astral #327A91

Tints of Astral #327A91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 45.74%

R = 15.77%
G = 38.49%
B = 45.74%

CMYK

 C value IS 0.66

 M value IS 0.16

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#327A91 (or 0x327A91) is known color: Astral. HEX triplet: 32, 7A and 91. RGB value is (50,122,145). Sum of RGB (Red+Green+Blue) = 50+122+145=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 122 (48.05% from 255 or 38.49% from 317); Blue value is 145 (57.03% from 255 or 45.74% from 317); Max value from RGB is 145 - color contains mainly: blue. Hex color #327A91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327A91 is #CD856E. Grayscale: #666666. Windows color (decimal): -13469039 or 9534002. OLE color: 9534002.

HSL color Cylindrical-coordinate representation of color #327A91: hue angle of 194.53º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #327A91 is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 122 145 -
CMYK 0.66 0.16 0 0.43
HSL 194.53º 0.49% 0.38% -
HSV(B) 194.53º 0.66% 0.57% -
XYZ 13.39 16.64 29.29 -
YUV 103.09 151.65 90.13 -
System Red Green Blue C M Y K H S L
Decimal 50 122 145 0.66 0.16 0 0.43 194.53 0.49 0.38
Hex 32 7A 91 42 10 0 2B C3 31 26
Octal 62 172 221 102 20 0 53 303 61 46
Binary 110010 1111010 10010001 1000010 10000 0 101011 11000011 110001 100110

Color Harmonies of #327A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327A91

Black with #327A91

Text Example


Text Example

White with #327A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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