Html Css Color HEX #327892 Astral

📋 copy color: '#327892'

red 50 ◦ green 120 ◦ blue 146

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

Shades of Astral #327892

Tints of Astral #327892

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.97%

 BLUE value IS 146 (57.42% from 255) = 46.2%

R = 15.82%
G = 37.97%
B = 46.2%

CMYK

 C value IS 0.66

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#327892 (or 0x327892) is known color: Astral. HEX triplet: 32, 78 and 92. RGB value is (50,120,146). Sum of RGB (Red+Green+Blue) = 50+120+146=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 120 (47.27% from 255 or 37.97% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 146 - color contains mainly: blue. Hex color #327892 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327892 is #CD876D. Grayscale: #656565. Windows color (decimal): -13469550 or 9599026. OLE color: 9599026.

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

Color convert

RGB 50 120 146 -
CMYK 0.66 0.18 0 0.43
HSL 196.25º 0.49% 0.38% -
HSV(B) 196.25º 0.66% 0.57% -
XYZ 13.22 16.19 29.62 -
YUV 102.03 152.81 90.89 -
System Red Green Blue C M Y K H S L
Decimal 50 120 146 0.66 0.18 0 0.43 196.25 0.49 0.38
Hex 32 78 92 42 12 0 2B C4 31 26
Octal 62 170 222 102 22 0 53 304 61 46
Binary 110010 1111000 10010010 1000010 10010 0 101011 11000100 110001 100110

Color Harmonies of #327892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327892

Black with #327892

Text Example


Text Example

White with #327892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327892; }

 p { color: rgb(50,120,146); }

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

background-color css

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

 a { background-color: rgb(50,120,146); }

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

border-color css

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

 span { border-color: rgb(50,120,146); }

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