Html Css Color HEX #327A93 Astral

📋 copy color: '#327A93'

red 50 ◦ green 122 ◦ blue 147

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

Shades of Astral #327A93

Tints of Astral #327A93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 46.08%

R = 15.67%
G = 38.24%
B = 46.08%

CMYK

 C value IS 0.66

 M value IS 0.17

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#327A93 (or 0x327A93) is known color: Astral. HEX triplet: 32, 7A and 93. RGB value is (50,122,147). Sum of RGB (Red+Green+Blue) = 50+122+147=319 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.67% from 319); Green value is 122 (48.05% from 255 or 38.24% from 319); Blue value is 147 (57.81% from 255 or 46.08% from 319); Max value from RGB is 147 - color contains mainly: blue. Hex color #327A93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327A93 is #CD856C. Grayscale: #676767. Windows color (decimal): -13469037 or 9665074. OLE color: 9665074.

HSL color Cylindrical-coordinate representation of color #327A93: hue angle of 195.46º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #327A93 is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 122 147 -
CMYK 0.66 0.17 0 0.42
HSL 195.46º 0.49% 0.39% -
HSV(B) 195.46º 0.66% 0.58% -
XYZ 13.54 16.7 30.11 -
YUV 103.32 152.65 89.97 -
System Red Green Blue C M Y K H S L
Decimal 50 122 147 0.66 0.17 0 0.42 195.46 0.49 0.39
Hex 32 7A 93 42 11 0 2A C3 31 27
Octal 62 172 223 102 21 0 52 303 61 47
Binary 110010 1111010 10010011 1000010 10001 0 101010 11000011 110001 100111

Color Harmonies of #327A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327A93

Black with #327A93

Text Example


Text Example

White with #327A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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