Html Css Color HEX #326782 Astral

📋 copy color: '#326782'

red 50 ◦ green 103 ◦ blue 130

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

Shades of Astral #326782

Tints of Astral #326782

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.4%

 BLUE value IS 130 (51.17% from 255) = 45.94%

R = 17.67%
G = 36.4%
B = 45.94%

CMYK

 C value IS 0.62

 M value IS 0.21

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#326782 (or 0x326782) is known color: Astral. HEX triplet: 32, 67 and 82. RGB value is (50,103,130). Sum of RGB (Red+Green+Blue) = 50+103+130=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 103 (40.62% from 255 or 36.40% from 283); Blue value is 130 (51.17% from 255 or 45.94% from 283); Max value from RGB is 130 - color contains mainly: blue. Hex color #326782 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326782 is #CD987D. Grayscale: #5A5A5A. Windows color (decimal): -13473918 or 8546098. OLE color: 8546098.

HSL color Cylindrical-coordinate representation of color #326782: hue angle of 200.25º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #326782 is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 103 130 -
CMYK 0.62 0.21 0 0.49
HSL 200.25º 0.44% 0.35% -
HSV(B) 200.25º 0.62% 0.51% -
XYZ 10.19 11.99 22.9 -
YUV 90.23 150.44 99.3 -
System Red Green Blue C M Y K H S L
Decimal 50 103 130 0.62 0.21 0 0.49 200.25 0.44 0.35
Hex 32 67 82 3E 15 0 31 C8 2C 23
Octal 62 147 202 76 25 0 61 310 54 43
Binary 110010 1100111 10000010 111110 10101 0 110001 11001000 101100 100011

Color Harmonies of #326782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326782

Black with #326782

Text Example


Text Example

White with #326782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326782; }

 p { color: rgb(50,103,130); }

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

background-color css

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

 a { background-color: rgb(50,103,130); }

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

border-color css

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

 span { border-color: rgb(50,103,130); }

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