Html Css Color HEX #326585 Astral

📋 copy color: '#326585'

red 50 ◦ green 101 ◦ blue 133

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

Shades of Astral #326585

Tints of Astral #326585

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.56%

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

R = 17.61%
G = 35.56%
B = 46.83%

CMYK

 C value IS 0.62

 M value IS 0.24

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#326585 (or 0x326585) is known color: Astral. HEX triplet: 32, 65 and 85. RGB value is (50,101,133). Sum of RGB (Red+Green+Blue) = 50+101+133=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 133 (52.34% from 255 or 46.83% from 284); Max value from RGB is 133 - color contains mainly: blue. Hex color #326585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326585 is #CD9A7A. Grayscale: #595959. Windows color (decimal): -13474427 or 8742194. OLE color: 8742194.

HSL color Cylindrical-coordinate representation of color #326585: hue angle of 203.13º 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 #326585 is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 101 133 -
CMYK 0.62 0.24 0 0.48
HSL 203.13º 0.45% 0.36% -
HSV(B) 203.13º 0.62% 0.52% -
XYZ 10.2 11.68 23.91 -
YUV 89.4 152.6 99.9 -
System Red Green Blue C M Y K H S L
Decimal 50 101 133 0.62 0.24 0 0.48 203.13 0.45 0.36
Hex 32 65 85 3E 18 0 30 CB 2D 24
Octal 62 145 205 76 30 0 60 313 55 44
Binary 110010 1100101 10000101 111110 11000 0 110000 11001011 101101 100100

Color Harmonies of #326585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326585

Black with #326585

Text Example


Text Example

White with #326585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326585; }

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

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

background-color css

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

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

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

border-color css

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

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

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