Html Css Color HEX #326D92 Astral

📋 copy color: '#326D92'

red 50 ◦ green 109 ◦ blue 146

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

Shades of Astral #326D92

Tints of Astral #326D92

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.74%

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

R = 16.39%
G = 35.74%
B = 47.87%

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

#326D92 (or 0x326D92) is known color: Astral. HEX triplet: 32, 6D and 92. RGB value is (50,109,146). Sum of RGB (Red+Green+Blue) = 50+109+146=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 146 (57.42% from 255 or 47.87% from 305); Max value from RGB is 146 - color contains mainly: blue. Hex color #326D92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326D92 is #CD926D. Grayscale: #5F5F5F. Windows color (decimal): -13472366 or 9596210. OLE color: 9596210.

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

Color convert

RGB 50 109 146 -
CMYK 0.66 0.25 0 0.43
HSL 203.13º 0.49% 0.38% -
HSV(B) 203.13º 0.66% 0.57% -
XYZ 11.97 13.69 29.21 -
YUV 95.58 156.45 95.49 -
System Red Green Blue C M Y K H S L
Decimal 50 109 146 0.66 0.25 0 0.43 203.13 0.49 0.38
Hex 32 6D 92 42 19 0 2B CB 31 26
Octal 62 155 222 102 31 0 53 313 61 46
Binary 110010 1101101 10010010 1000010 11001 0 101011 11001011 110001 100110

Color Harmonies of #326D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326D92

Black with #326D92

Text Example


Text Example

White with #326D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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