Html Css Color HEX #326985 Astral

📋 copy color: '#326985'

red 50 ◦ green 105 ◦ blue 133

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

Shades of Astral #326985

Tints of Astral #326985

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.46%

 BLUE value IS 133 (52.34% from 255) = 46.18%

R = 17.36%
G = 36.46%
B = 46.18%

CMYK

 C value IS 0.62

 M value IS 0.21

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#326985 (or 0x326985) is known color: Astral. HEX triplet: 32, 69 and 85. RGB value is (50,105,133). Sum of RGB (Red+Green+Blue) = 50+105+133=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 133 (52.34% from 255 or 46.18% from 288); Max value from RGB is 133 - color contains mainly: blue. Hex color #326985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326985 is #CD967A. Grayscale: #5B5B5B. Windows color (decimal): -13473403 or 8743218. OLE color: 8743218.

HSL color Cylindrical-coordinate representation of color #326985: hue angle of 200.24º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #326985 is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 105 133 -
CMYK 0.62 0.21 0 0.48
HSL 200.24º 0.45% 0.36% -
HSV(B) 200.24º 0.62% 0.52% -
XYZ 10.6 12.47 24.04 -
YUV 91.75 151.28 98.22 -
System Red Green Blue C M Y K H S L
Decimal 50 105 133 0.62 0.21 0 0.48 200.24 0.45 0.36
Hex 32 69 85 3E 15 0 30 C8 2D 24
Octal 62 151 205 76 25 0 60 310 55 44
Binary 110010 1101001 10000101 111110 10101 0 110000 11001000 101101 100100

Color Harmonies of #326985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326985

Black with #326985

Text Example


Text Example

White with #326985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326985; }

 p { color: rgb(50,105,133); }

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

background-color css

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

 a { background-color: rgb(50,105,133); }

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

border-color css

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

 span { border-color: rgb(50,105,133); }

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