Html Css Color HEX #326F91 Astral

📋 copy color: '#326F91'

red 50 ◦ green 111 ◦ blue 145

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

Shades of Astral #326F91

Tints of Astral #326F91

RGB

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

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

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

R = 16.34%
G = 36.27%
B = 47.39%

CMYK

 C value IS 0.66

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#326F91 (or 0x326F91) is known color: Astral. HEX triplet: 32, 6F and 91. RGB value is (50,111,145). Sum of RGB (Red+Green+Blue) = 50+111+145=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 111 (43.75% from 255 or 36.27% from 306); Blue value is 145 (57.03% from 255 or 47.39% from 306); Max value from RGB is 145 - color contains mainly: blue. Hex color #326F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326F91 is #CD906E. Grayscale: #606060. Windows color (decimal): -13471855 or 9531186. OLE color: 9531186.

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

Color convert

RGB 50 111 145 -
CMYK 0.66 0.23 0 0.43
HSL 201.47º 0.49% 0.38% -
HSV(B) 201.47º 0.66% 0.57% -
XYZ 12.11 14.09 28.87 -
YUV 96.64 155.29 94.74 -
System Red Green Blue C M Y K H S L
Decimal 50 111 145 0.66 0.23 0 0.43 201.47 0.49 0.38
Hex 32 6F 91 42 17 0 2B C9 31 26
Octal 62 157 221 102 27 0 53 311 61 46
Binary 110010 1101111 10010001 1000010 10111 0 101011 11001001 110001 100110

Color Harmonies of #326F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326F91

Black with #326F91

Text Example


Text Example

White with #326F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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