Html Css Color HEX #32728B Astral

📋 copy color: '#32728B'

red 50 ◦ green 114 ◦ blue 139

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

Shades of Astral #32728B

Tints of Astral #32728B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.62%

 BLUE value IS 139 (54.69% from 255) = 45.87%

R = 16.5%
G = 37.62%
B = 45.87%

CMYK

 C value IS 0.64

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#32728B (or 0x32728B) is known color: Astral. HEX triplet: 32, 72 and 8B. RGB value is (50,114,139). Sum of RGB (Red+Green+Blue) = 50+114+139=303 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.50% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 139 - color contains mainly: blue. Hex color #32728B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32728B is #CD8D74. Grayscale: #616161. Windows color (decimal): -13471093 or 9138738. OLE color: 9138738.

HSL color Cylindrical-coordinate representation of color #32728B: hue angle of 196.85º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32728B is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 114 139 -
CMYK 0.64 0.18 0 0.45
HSL 196.85º 0.47% 0.37% -
HSV(B) 196.85º 0.64% 0.55% -
XYZ 11.99 14.58 26.61 -
YUV 97.71 151.3 93.97 -
System Red Green Blue C M Y K H S L
Decimal 50 114 139 0.64 0.18 0 0.45 196.85 0.47 0.37
Hex 32 72 8B 40 12 0 2D C5 2F 25
Octal 62 162 213 100 22 0 55 305 57 45
Binary 110010 1110010 10001011 1000000 10010 0 101101 11000101 101111 100101

Color Harmonies of #32728B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32728B

Black with #32728B

Text Example


Text Example

White with #32728B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32728B; }

 p { color: rgb(50,114,139); }

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

background-color css

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

 a { background-color: rgb(50,114,139); }

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

border-color css

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

 span { border-color: rgb(50,114,139); }

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