Html Css Color HEX #327D93 Astral

📋 copy color: '#327D93'

red 50 ◦ green 125 ◦ blue 147

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

Shades of Astral #327D93

Tints of Astral #327D93

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.82%

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

R = 15.53%
G = 38.82%
B = 45.65%

CMYK

 C value IS 0.66

 M value IS 0.15

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#327D93 (or 0x327D93) is known color: Astral. HEX triplet: 32, 7D and 93. RGB value is (50,125,147). Sum of RGB (Red+Green+Blue) = 50+125+147=322 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.53% from 322); Green value is 125 (49.22% from 255 or 38.82% from 322); Blue value is 147 (57.81% from 255 or 45.65% from 322); Max value from RGB is 147 - color contains mainly: blue. Hex color #327D93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327D93 is #CD826C. Grayscale: #686868. Windows color (decimal): -13468269 or 9665842. OLE color: 9665842.

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

Color convert

RGB 50 125 147 -
CMYK 0.66 0.15 0 0.42
HSL 193.61º 0.49% 0.39% -
HSV(B) 193.61º 0.66% 0.58% -
XYZ 13.92 17.45 30.24 -
YUV 105.08 151.65 88.71 -
System Red Green Blue C M Y K H S L
Decimal 50 125 147 0.66 0.15 0 0.42 193.61 0.49 0.39
Hex 32 7D 93 42 F 0 2A C2 31 27
Octal 62 175 223 102 17 0 52 302 61 47
Binary 110010 1111101 10010011 1000010 1111 0 101010 11000010 110001 100111

Color Harmonies of #327D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327D93

Black with #327D93

Text Example


Text Example

White with #327D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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