Html Css Color HEX #327993 Astral

📋 copy color: '#327993'

red 50 ◦ green 121 ◦ blue 147

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

Shades of Astral #327993

Tints of Astral #327993

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.05%

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

R = 15.72%
G = 38.05%
B = 46.23%

CMYK

 C value IS 0.66

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#327993 (or 0x327993) is known color: Astral. HEX triplet: 32, 79 and 93. RGB value is (50,121,147). Sum of RGB (Red+Green+Blue) = 50+121+147=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 121 (47.66% from 255 or 38.05% from 318); Blue value is 147 (57.81% from 255 or 46.23% from 318); Max value from RGB is 147 - color contains mainly: blue. Hex color #327993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327993 is #CD866C. Grayscale: #666666. Windows color (decimal): -13469293 or 9664818. OLE color: 9664818.

HSL color Cylindrical-coordinate representation of color #327993: hue angle of 196.08º 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 #327993 is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 121 147 -
CMYK 0.66 0.18 0 0.42
HSL 196.08º 0.49% 0.39% -
HSV(B) 196.08º 0.66% 0.58% -
XYZ 13.42 16.46 30.07 -
YUV 102.74 152.98 90.39 -
System Red Green Blue C M Y K H S L
Decimal 50 121 147 0.66 0.18 0 0.42 196.08 0.49 0.39
Hex 32 79 93 42 12 0 2A C4 31 27
Octal 62 171 223 102 22 0 52 304 61 47
Binary 110010 1111001 10010011 1000010 10010 0 101010 11000100 110001 100111

Color Harmonies of #327993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327993

Black with #327993

Text Example


Text Example

White with #327993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327993; }

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

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

background-color css

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

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

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

border-color css

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

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

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