Html Css Color HEX #327491 Astral

📋 copy color: '#327491'

red 50 ◦ green 116 ◦ blue 145

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

Shades of Astral #327491

Tints of Astral #327491

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.3%

 BLUE value IS 145 (57.03% from 255) = 46.62%

R = 16.08%
G = 37.3%
B = 46.62%

CMYK

 C value IS 0.66

 M value IS 0.2

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#327491 (or 0x327491) is known color: Astral. HEX triplet: 32, 74 and 91. RGB value is (50,116,145). Sum of RGB (Red+Green+Blue) = 50+116+145=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 116 (45.70% from 255 or 37.30% from 311); Blue value is 145 (57.03% from 255 or 46.62% from 311); Max value from RGB is 145 - color contains mainly: blue. Hex color #327491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327491 is #CD8B6E. Grayscale: #636363. Windows color (decimal): -13470575 or 9532466. OLE color: 9532466.

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

Color convert

RGB 50 116 145 -
CMYK 0.66 0.2 0 0.43
HSL 198.32º 0.49% 0.38% -
HSV(B) 198.32º 0.66% 0.57% -
XYZ 12.67 15.21 29.06 -
YUV 99.57 153.63 92.64 -
System Red Green Blue C M Y K H S L
Decimal 50 116 145 0.66 0.2 0 0.43 198.32 0.49 0.38
Hex 32 74 91 42 14 0 2B C6 31 26
Octal 62 164 221 102 24 0 53 306 61 46
Binary 110010 1110100 10010001 1000010 10100 0 101011 11000110 110001 100110

Color Harmonies of #327491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327491

Black with #327491

Text Example


Text Example

White with #327491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327491; }

 p { color: rgb(50,116,145); }

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

background-color css

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

 a { background-color: rgb(50,116,145); }

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

border-color css

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

 span { border-color: rgb(50,116,145); }

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