Html Css Color HEX #327A90 Astral

📋 copy color: '#327A90'

red 50 ◦ green 122 ◦ blue 144

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

Shades of Astral #327A90

Tints of Astral #327A90

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.61%

 BLUE value IS 144 (56.64% from 255) = 45.57%

R = 15.82%
G = 38.61%
B = 45.57%

CMYK

 C value IS 0.65

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#327A90 (or 0x327A90) is known color: Astral. HEX triplet: 32, 7A and 90. RGB value is (50,122,144). Sum of RGB (Red+Green+Blue) = 50+122+144=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 122 (48.05% from 255 or 38.61% from 316); Blue value is 144 (56.64% from 255 or 45.57% from 316); Max value from RGB is 144 - color contains mainly: blue. Hex color #327A90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327A90 is #CD856F. Grayscale: #666666. Windows color (decimal): -13469040 or 9468466. OLE color: 9468466.

HSL color Cylindrical-coordinate representation of color #327A90: hue angle of 194.04º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #327A90 is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 122 144 -
CMYK 0.65 0.15 0 0.44
HSL 194.04º 0.48% 0.38% -
HSV(B) 194.04º 0.65% 0.56% -
XYZ 13.31 16.61 28.89 -
YUV 102.98 151.15 90.21 -
System Red Green Blue C M Y K H S L
Decimal 50 122 144 0.65 0.15 0 0.44 194.04 0.48 0.38
Hex 32 7A 90 41 F 0 2C C2 30 26
Octal 62 172 220 101 17 0 54 302 60 46
Binary 110010 1111010 10010000 1000001 1111 0 101100 11000010 110000 100110

Color Harmonies of #327A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327A90

Black with #327A90

Text Example


Text Example

White with #327A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,122,144); }

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

background-color css

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

 a { background-color: rgb(50,122,144); }

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

border-color css

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

 span { border-color: rgb(50,122,144); }

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