Html Css Color HEX #326690 Astral

📋 copy color: '#326690'

red 50 ◦ green 102 ◦ blue 144

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

Shades of Astral #326690

Tints of Astral #326690

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.46%

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

R = 16.89%
G = 34.46%
B = 48.65%

CMYK

 C value IS 0.65

 M value IS 0.29

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#326690 (or 0x326690) is known color: Astral. HEX triplet: 32, 66 and 90. RGB value is (50,102,144). Sum of RGB (Red+Green+Blue) = 50+102+144=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 102 (40.23% from 255 or 34.46% from 296); Blue value is 144 (56.64% from 255 or 48.65% from 296); Max value from RGB is 144 - color contains mainly: blue. Hex color #326690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326690 is #CD996F. Grayscale: #5B5B5B. Windows color (decimal): -13474160 or 9463346. OLE color: 9463346.

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

Color convert

RGB 50 102 144 -
CMYK 0.65 0.29 0 0.44
HSL 206.81º 0.48% 0.38% -
HSV(B) 206.81º 0.65% 0.56% -
XYZ 11.1 12.19 28.15 -
YUV 91.24 157.77 98.58 -
System Red Green Blue C M Y K H S L
Decimal 50 102 144 0.65 0.29 0 0.44 206.81 0.48 0.38
Hex 32 66 90 41 1D 0 2C CF 30 26
Octal 62 146 220 101 35 0 54 317 60 46
Binary 110010 1100110 10010000 1000001 11101 0 101100 11001111 110000 100110

Color Harmonies of #326690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326690

Black with #326690

Text Example


Text Example

White with #326690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326690; }

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

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

background-color css

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

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

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

border-color css

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

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

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