Html Css Color HEX #32738D Astral

📋 copy color: '#32738D'

red 50 ◦ green 115 ◦ blue 141

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

Shades of Astral #32738D

Tints of Astral #32738D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.58%

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

R = 16.34%
G = 37.58%
B = 46.08%

CMYK

 C value IS 0.65

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#32738D (or 0x32738D) is known color: Astral. HEX triplet: 32, 73 and 8D. RGB value is (50,115,141). Sum of RGB (Red+Green+Blue) = 50+115+141=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 115 (45.31% from 255 or 37.58% from 306); Blue value is 141 (55.47% from 255 or 46.08% from 306); Max value from RGB is 141 - color contains mainly: blue. Hex color #32738D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32738D is #CD8C72. Grayscale: #626262. Windows color (decimal): -13470835 or 9270066. OLE color: 9270066.

HSL color Cylindrical-coordinate representation of color #32738D: hue angle of 197.14º 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 #32738D is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 115 141 -
CMYK 0.65 0.18 0 0.45
HSL 197.14º 0.48% 0.37% -
HSV(B) 197.14º 0.65% 0.55% -
XYZ 12.25 14.86 27.42 -
YUV 98.53 151.97 93.39 -
System Red Green Blue C M Y K H S L
Decimal 50 115 141 0.65 0.18 0 0.45 197.14 0.48 0.37
Hex 32 73 8D 41 12 0 2D C5 30 25
Octal 62 163 215 101 22 0 55 305 60 45
Binary 110010 1110011 10001101 1000001 10010 0 101101 11000101 110000 100101

Color Harmonies of #32738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32738D

Black with #32738D

Text Example


Text Example

White with #32738D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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