Html Css Color HEX #32688B Astral

📋 copy color: '#32688B'

red 50 ◦ green 104 ◦ blue 139

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

Shades of Astral #32688B

Tints of Astral #32688B

RGB

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

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

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

R = 17.06%
G = 35.49%
B = 47.44%

CMYK

 C value IS 0.64

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#32688B (or 0x32688B) is known color: Astral. HEX triplet: 32, 68 and 8B. RGB value is (50,104,139). Sum of RGB (Red+Green+Blue) = 50+104+139=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 139 (54.69% from 255 or 47.44% from 293); Max value from RGB is 139 - color contains mainly: blue. Hex color #32688B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32688B is #CD9774. Grayscale: #5B5B5B. Windows color (decimal): -13473653 or 9136178. OLE color: 9136178.

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

Color convert

RGB 50 104 139 -
CMYK 0.64 0.25 0 0.45
HSL 203.6º 0.47% 0.37% -
HSV(B) 203.6º 0.64% 0.55% -
XYZ 10.93 12.44 26.25 -
YUV 91.84 154.61 98.15 -
System Red Green Blue C M Y K H S L
Decimal 50 104 139 0.64 0.25 0 0.45 203.6 0.47 0.37
Hex 32 68 8B 40 19 0 2D CC 2F 25
Octal 62 150 213 100 31 0 55 314 57 45
Binary 110010 1101000 10001011 1000000 11001 0 101101 11001100 101111 100101

Color Harmonies of #32688B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32688B

Black with #32688B

Text Example


Text Example

White with #32688B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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