Html Css Color HEX #326F94 Astral

📋 copy color: '#326F94'

red 50 ◦ green 111 ◦ blue 148

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

Shades of Astral #326F94

Tints of Astral #326F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 47.9%

R = 16.18%
G = 35.92%
B = 47.9%

CMYK

 C value IS 0.66

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#326F94 (or 0x326F94) is known color: Astral. HEX triplet: 32, 6F and 94. RGB value is (50,111,148). Sum of RGB (Red+Green+Blue) = 50+111+148=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 111 (43.75% from 255 or 35.92% from 309); Blue value is 148 (58.20% from 255 or 47.90% from 309); Max value from RGB is 148 - color contains mainly: blue. Hex color #326F94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326F94 is #CD906B. Grayscale: #606060. Windows color (decimal): -13471852 or 9727794. OLE color: 9727794.

HSL color Cylindrical-coordinate representation of color #326F94: hue angle of 202.65º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #326F94 is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 111 148 -
CMYK 0.66 0.25 0 0.42
HSL 202.65º 0.49% 0.39% -
HSV(B) 202.65º 0.66% 0.58% -
XYZ 12.35 14.19 30.1 -
YUV 96.98 156.79 94.49 -
System Red Green Blue C M Y K H S L
Decimal 50 111 148 0.66 0.25 0 0.42 202.65 0.49 0.39
Hex 32 6F 94 42 19 0 2A CB 31 27
Octal 62 157 224 102 31 0 52 313 61 47
Binary 110010 1101111 10010100 1000010 11001 0 101010 11001011 110001 100111

Color Harmonies of #326F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326F94

Black with #326F94

Text Example


Text Example

White with #326F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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