Html Css Color HEX #32688A Astral

📋 copy color: '#32688A'

red 50 ◦ green 104 ◦ blue 138

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

Shades of Astral #32688A

Tints of Astral #32688A

RGB

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

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

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

R = 17.12%
G = 35.62%
B = 47.26%

CMYK

 C value IS 0.64

 M value IS 0.25

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#32688A (or 0x32688A) is known color: Astral. HEX triplet: 32, 68 and 8A. RGB value is (50,104,138). Sum of RGB (Red+Green+Blue) = 50+104+138=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 138 (54.30% from 255 or 47.26% from 292); Max value from RGB is 138 - color contains mainly: blue. Hex color #32688A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32688A is #CD9775. Grayscale: #5B5B5B. Windows color (decimal): -13473654 or 9070642. OLE color: 9070642.

HSL color Cylindrical-coordinate representation of color #32688A: hue angle of 203.18º 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 #32688A is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 104 138 -
CMYK 0.64 0.25 0 0.46
HSL 203.18º 0.47% 0.37% -
HSV(B) 203.18º 0.64% 0.54% -
XYZ 10.85 12.41 25.87 -
YUV 91.73 154.11 98.24 -
System Red Green Blue C M Y K H S L
Decimal 50 104 138 0.64 0.25 0 0.46 203.18 0.47 0.37
Hex 32 68 8A 40 19 0 2E CB 2F 25
Octal 62 150 212 100 31 0 56 313 57 45
Binary 110010 1101000 10001010 1000000 11001 0 101110 11001011 101111 100101

Color Harmonies of #32688A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32688A

Black with #32688A

Text Example


Text Example

White with #32688A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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