Html Css Color HEX #32758D Astral

📋 copy color: '#32758D'

red 50 ◦ green 117 ◦ blue 141

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

Shades of Astral #32758D

Tints of Astral #32758D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.99%

 BLUE value IS 141 (55.47% from 255) = 45.78%

R = 16.23%
G = 37.99%
B = 45.78%

CMYK

 C value IS 0.65

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#32758D (or 0x32758D) is known color: Astral. HEX triplet: 32, 75 and 8D. RGB value is (50,117,141). Sum of RGB (Red+Green+Blue) = 50+117+141=308 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.23% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 141 - color contains mainly: blue. Hex color #32758D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32758D is #CD8A72. Grayscale: #636363. Windows color (decimal): -13470323 or 9270578. OLE color: 9270578.

HSL color Cylindrical-coordinate representation of color #32758D: hue angle of 195.82º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32758D is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 117 141 -
CMYK 0.65 0.17 0 0.45
HSL 195.82º 0.48% 0.37% -
HSV(B) 195.82º 0.65% 0.55% -
XYZ 12.48 15.32 27.5 -
YUV 99.7 151.3 92.55 -
System Red Green Blue C M Y K H S L
Decimal 50 117 141 0.65 0.17 0 0.45 195.82 0.48 0.37
Hex 32 75 8D 41 11 0 2D C4 30 25
Octal 62 165 215 101 21 0 55 304 60 45
Binary 110010 1110101 10001101 1000001 10001 0 101101 11000100 110000 100101

Color Harmonies of #32758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32758D

Black with #32758D

Text Example


Text Example

White with #32758D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32758D; }

 p { color: rgb(50,117,141); }

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

background-color css

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

 a { background-color: rgb(50,117,141); }

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

border-color css

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

 span { border-color: rgb(50,117,141); }

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