Html Css Color HEX #32688F Astral

📋 copy color: '#32688F'

red 50 ◦ green 104 ◦ blue 143

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

Shades of Astral #32688F

Tints of Astral #32688F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.02%

 BLUE value IS 143 (56.25% from 255) = 48.15%

R = 16.84%
G = 35.02%
B = 48.15%

CMYK

 C value IS 0.65

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#32688F (or 0x32688F) is known color: Astral. HEX triplet: 32, 68 and 8F. RGB value is (50,104,143). Sum of RGB (Red+Green+Blue) = 50+104+143=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 143 (56.25% from 255 or 48.15% from 297); Max value from RGB is 143 - color contains mainly: blue. Hex color #32688F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32688F is #CD9770. Grayscale: #5C5C5C. Windows color (decimal): -13473649 or 9398322. OLE color: 9398322.

HSL color Cylindrical-coordinate representation of color #32688F: hue angle of 205.16º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32688F is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 104 143 -
CMYK 0.65 0.27 0 0.44
HSL 205.16º 0.48% 0.38% -
HSV(B) 205.16º 0.65% 0.56% -
XYZ 11.22 12.56 27.82 -
YUV 92.3 156.61 97.83 -
System Red Green Blue C M Y K H S L
Decimal 50 104 143 0.65 0.27 0 0.44 205.16 0.48 0.38
Hex 32 68 8F 41 1B 0 2C CD 30 26
Octal 62 150 217 101 33 0 54 315 60 46
Binary 110010 1101000 10001111 1000001 11011 0 101100 11001101 110000 100110

Color Harmonies of #32688F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32688F

Black with #32688F

Text Example


Text Example

White with #32688F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32688F; }

 p { color: rgb(50,104,143); }

 H1.HeaderClassName
 {
   color: #32688F;
 }
 .AnyTagClassName
 {
   color: #32688F;
 }
</style>

background-color css

<style>
 a { background-color: #32688F; }

 a { background-color: rgb(50,104,143); }

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

border-color css

<style>
 span { border-color: #32688F; }

 span { border-color: rgb(50,104,143); }

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