Html Css Color HEX #327886 Astral

📋 copy color: '#327886'

red 50 ◦ green 120 ◦ blue 134

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

Shades of Astral #327886

Tints of Astral #327886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 44.08%

R = 16.45%
G = 39.47%
B = 44.08%

CMYK

 C value IS 0.63

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#327886 (or 0x327886) is known color: Astral. HEX triplet: 32, 78 and 86. RGB value is (50,120,134). Sum of RGB (Red+Green+Blue) = 50+120+134=304 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.45% from 304); Green value is 120 (47.27% from 255 or 39.47% from 304); Blue value is 134 (52.73% from 255 or 44.08% from 304); Max value from RGB is 134 - color contains mainly: blue. Hex color #327886 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327886 is #CD8779. Grayscale: #646464. Windows color (decimal): -13469562 or 8812594. OLE color: 8812594.

HSL color Cylindrical-coordinate representation of color #327886: hue angle of 190º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #327886 is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 120 134 -
CMYK 0.63 0.10 0 0.47
HSL 190º 0.46% 0.36% -
HSV(B) 190º 0.63% 0.53% -
XYZ 12.33 15.83 24.96 -
YUV 100.67 146.81 91.86 -
System Red Green Blue C M Y K H S L
Decimal 50 120 134 0.63 0.10 0 0.47 190 0.46 0.36
Hex 32 78 86 3F A 0 2F BE 2E 24
Octal 62 170 206 77 12 0 57 276 56 44
Binary 110010 1111000 10000110 111111 1010 0 101111 10111110 101110 100100

Color Harmonies of #327886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327886

Black with #327886

Text Example


Text Example

White with #327886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327886; }

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

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

background-color css

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

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

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

border-color css

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

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

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