Html Css Color HEX #326F90 Astral

📋 copy color: '#326F90'

red 50 ◦ green 111 ◦ blue 144

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

Shades of Astral #326F90

Tints of Astral #326F90

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.39%

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

R = 16.39%
G = 36.39%
B = 47.21%

CMYK

 C value IS 0.65

 M value IS 0.23

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#326F90 (or 0x326F90) is known color: Astral. HEX triplet: 32, 6F and 90. RGB value is (50,111,144). Sum of RGB (Red+Green+Blue) = 50+111+144=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 111 (43.75% from 255 or 36.39% from 305); Blue value is 144 (56.64% from 255 or 47.21% from 305); Max value from RGB is 144 - color contains mainly: blue. Hex color #326F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326F90 is #CD906F. Grayscale: #606060. Windows color (decimal): -13471856 or 9465650. OLE color: 9465650.

HSL color Cylindrical-coordinate representation of color #326F90: hue angle of 201.06º 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 #326F90 is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 111 144 -
CMYK 0.65 0.23 0 0.44
HSL 201.06º 0.48% 0.38% -
HSV(B) 201.06º 0.65% 0.56% -
XYZ 12.03 14.06 28.47 -
YUV 96.52 154.79 94.82 -
System Red Green Blue C M Y K H S L
Decimal 50 111 144 0.65 0.23 0 0.44 201.06 0.48 0.38
Hex 32 6F 90 41 17 0 2C C9 30 26
Octal 62 157 220 101 27 0 54 311 60 46
Binary 110010 1101111 10010000 1000001 10111 0 101100 11001001 110000 100110

Color Harmonies of #326F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326F90

Black with #326F90

Text Example


Text Example

White with #326F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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