Html Css Color HEX #32738A Astral

📋 copy color: '#32738A'

red 50 ◦ green 115 ◦ blue 138

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

Shades of Astral #32738A

Tints of Astral #32738A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 45.54%

R = 16.5%
G = 37.95%
B = 45.54%

CMYK

 C value IS 0.64

 M value IS 0.17

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#32738A (or 0x32738A) is known color: Astral. HEX triplet: 32, 73 and 8A. RGB value is (50,115,138). Sum of RGB (Red+Green+Blue) = 50+115+138=303 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.50% from 303); Green value is 115 (45.31% from 255 or 37.95% from 303); Blue value is 138 (54.30% from 255 or 45.54% from 303); Max value from RGB is 138 - color contains mainly: blue. Hex color #32738A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32738A is #CD8C75. Grayscale: #626262. Windows color (decimal): -13470838 or 9073458. OLE color: 9073458.

HSL color Cylindrical-coordinate representation of color #32738A: hue angle of 195.68º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32738A is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 115 138 -
CMYK 0.64 0.17 0 0.46
HSL 195.68º 0.47% 0.37% -
HSV(B) 195.68º 0.64% 0.54% -
XYZ 12.03 14.77 26.26 -
YUV 98.19 150.47 93.63 -
System Red Green Blue C M Y K H S L
Decimal 50 115 138 0.64 0.17 0 0.46 195.68 0.47 0.37
Hex 32 73 8A 40 11 0 2E C4 2F 25
Octal 62 163 212 100 21 0 56 304 57 45
Binary 110010 1110011 10001010 1000000 10001 0 101110 11000100 101111 100101

Color Harmonies of #32738A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32738A

Black with #32738A

Text Example


Text Example

White with #32738A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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