Html Css Color HEX #32758B Astral

📋 copy color: '#32758B'

red 50 ◦ green 117 ◦ blue 139

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

Shades of Astral #32758B

Tints of Astral #32758B

RGB

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

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

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

R = 16.34%
G = 38.24%
B = 45.42%

CMYK

 C value IS 0.64

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#32758B (or 0x32758B) is known color: Astral. HEX triplet: 32, 75 and 8B. RGB value is (50,117,139). Sum of RGB (Red+Green+Blue) = 50+117+139=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 139 (54.69% from 255 or 45.42% from 306); Max value from RGB is 139 - color contains mainly: blue. Hex color #32758B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32758B is #CD8A74. Grayscale: #636363. Windows color (decimal): -13470325 or 9139506. OLE color: 9139506.

HSL color Cylindrical-coordinate representation of color #32758B: hue angle of 194.83º 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 #32758B is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 117 139 -
CMYK 0.64 0.16 0 0.45
HSL 194.83º 0.47% 0.37% -
HSV(B) 194.83º 0.64% 0.55% -
XYZ 12.34 15.26 26.72 -
YUV 99.48 150.3 92.71 -
System Red Green Blue C M Y K H S L
Decimal 50 117 139 0.64 0.16 0 0.45 194.83 0.47 0.37
Hex 32 75 8B 40 10 0 2D C3 2F 25
Octal 62 165 213 100 20 0 55 303 57 45
Binary 110010 1110101 10001011 1000000 10000 0 101101 11000011 101111 100101

Color Harmonies of #32758B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32758B

Black with #32758B

Text Example


Text Example

White with #32758B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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