Html Css Color HEX #326E92 Astral

📋 copy color: '#326E92'

red 50 ◦ green 110 ◦ blue 146

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

Shades of Astral #326E92

Tints of Astral #326E92

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.95%

 BLUE value IS 146 (57.42% from 255) = 47.71%

R = 16.34%
G = 35.95%
B = 47.71%

CMYK

 C value IS 0.66

 M value IS 0.25

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#326E92 (or 0x326E92) is known color: Astral. HEX triplet: 32, 6E and 92. RGB value is (50,110,146). Sum of RGB (Red+Green+Blue) = 50+110+146=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 110 (43.36% from 255 or 35.95% from 306); Blue value is 146 (57.42% from 255 or 47.71% from 306); Max value from RGB is 146 - color contains mainly: blue. Hex color #326E92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326E92 is #CD916D. Grayscale: #5F5F5F. Windows color (decimal): -13472110 or 9596466. OLE color: 9596466.

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

Color convert

RGB 50 110 146 -
CMYK 0.66 0.25 0 0.43
HSL 202.5º 0.49% 0.38% -
HSV(B) 202.5º 0.66% 0.57% -
XYZ 12.08 13.91 29.24 -
YUV 96.16 156.12 95.07 -
System Red Green Blue C M Y K H S L
Decimal 50 110 146 0.66 0.25 0 0.43 202.5 0.49 0.38
Hex 32 6E 92 42 19 0 2B CA 31 26
Octal 62 156 222 102 31 0 53 312 61 46
Binary 110010 1101110 10010010 1000010 11001 0 101011 11001010 110001 100110

Color Harmonies of #326E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326E92

Black with #326E92

Text Example


Text Example

White with #326E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,110,146); }

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

background-color css

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

 a { background-color: rgb(50,110,146); }

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

border-color css

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

 span { border-color: rgb(50,110,146); }

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