Html Css Color HEX #32687C Astral

📋 copy color: '#32687C'

red 50 ◦ green 104 ◦ blue 124

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

Shades of Astral #32687C

Tints of Astral #32687C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.41%

 BLUE value IS 124 (48.83% from 255) = 44.6%

R = 17.99%
G = 37.41%
B = 44.6%

CMYK

 C value IS 0.60

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#32687C (or 0x32687C) is known color: Astral. HEX triplet: 32, 68 and 7C. RGB value is (50,104,124). Sum of RGB (Red+Green+Blue) = 50+104+124=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 104 (41.02% from 255 or 37.41% from 278); Blue value is 124 (48.83% from 255 or 44.60% from 278); Max value from RGB is 124 - color contains mainly: blue. Hex color #32687C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32687C is #CD9783. Grayscale: #5A5A5A. Windows color (decimal): -13473668 or 8153138. OLE color: 8153138.

HSL color Cylindrical-coordinate representation of color #32687C: hue angle of 196.22º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #32687C is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 50 104 124 -
CMYK 0.60 0.16 0 0.51
HSL 196.22º 0.43% 0.34% -
HSV(B) 196.22º 0.6% 0.49% -
XYZ 9.9 12.03 20.87 -
YUV 90.13 147.11 99.37 -
System Red Green Blue C M Y K H S L
Decimal 50 104 124 0.60 0.16 0 0.51 196.22 0.43 0.34
Hex 32 68 7C 3C 10 0 33 C4 2B 22
Octal 62 150 174 74 20 0 63 304 53 42
Binary 110010 1101000 1111100 111100 10000 0 110011 11000100 101011 100010

Color Harmonies of #32687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32687C

Black with #32687C

Text Example


Text Example

White with #32687C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32687C; }

 p { color: rgb(50,104,124); }

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

background-color css

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

 a { background-color: rgb(50,104,124); }

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

border-color css

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

 span { border-color: rgb(50,104,124); }

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